Browse Source
Merge pull request #15705 from abpframework/liangshiwei/patch
Update WithProviders comment
pull/15717/head
maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Features/Volo/Abp/Features/FeatureDefinition.cs
|
|
|
@ -124,7 +124,7 @@ public class FeatureDefinition : ICanCreateChildFeature |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Sets a property in the <see cref="Properties"/> dictionary.
|
|
|
|
/// Adds one or more providers to the <see cref="AllowedProviders"/> list.
|
|
|
|
/// This is a shortcut for nested calls on this object.
|
|
|
|
/// </summary>
|
|
|
|
public virtual FeatureDefinition WithProviders(params string[] providers) |
|
|
|
|