Class ExtraPropertyBindingHelper
Inheritance
System.Object
ExtraPropertyBindingHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.ModelBinding
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public static class ExtraPropertyBindingHelper
Methods
ExtractContainerName(String)
expression is a string like "UserInfo.ExtraProperties[SocialSecurityNumber]"
This method returns "UserInfo" for this example.
Declaration
public static string ExtractContainerName(string expression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | expression |
Returns
| Type | Description |
|---|---|
| System.String |
ExtractExtraPropertyName(String)
expression is a string like "UserInfo.ExtraProperties[SocialSecurityNumber]"
This method returns "SocialSecurityNumber" for this example. */
Declaration
public static string ExtractExtraPropertyName(string expression)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | expression |
Returns
| Type | Description |
|---|---|
| System.String |