Method | Description | |
---|---|---|
GetFieldInitalizedValue ( this type, string fieldName ) : string | ||
GetLocalOrDefaultText ( this label, string defaultIfNull = null ) : string | ||
GetOptions ( this metadata ) : List |
||
IsContextType ( this type ) : bool |
Determines if the type inherits from one of the known Xrm OrganizationServiceContext types.
|
|
RemoveDiacritics ( this text ) : string |
Removes the diacritics. In Unicode characters with diacritics are combination of 2 (or more) characters, for example "ê" is compound of "e" and "^", "ü" is compound of "u" and "¨", etc. This method allow to only keep the base character, in my examples "e" and "u"
|
public static GetFieldInitalizedValue ( this type, string fieldName ) : string | ||
type | this | |
fieldName | string | |
return | string |
public static GetLocalOrDefaultText ( this label, string defaultIfNull = null ) : string | ||
label | this | |
defaultIfNull | string | |
return | string |
public static GetOptions ( this metadata ) : List |
||
metadata | this | |
return | List |
public static IsContextType ( this type ) : bool | ||
type | this | The type. |
return | bool |
public static RemoveDiacritics ( this text ) : string | ||
text | this | The text. |
return | string |