StringFormatName Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Specifies the format of a StringAttributeMetadata attribute using the FormatName property.
For the Web API the corresponding type is StringFormatName ComplexType.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Microsoft.Xrm.Sdk.Metadata.ConstantsBase<T>
Microsoft.Xrm.Sdk.Metadata.StringFormatName
| Name | Description | |
|---|---|---|
![]() | StringFormatName() | Initializes a new instance of the StringFormatName class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | (Inherited from ConstantsBase<T>.) |
![]() | Value | (Inherited from ConstantsBase<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two instances are equal.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Returns a hash code value for this type.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Specifies to display the StringAttributeMetadata as an email address. | |
![]() ![]() | Phone | Specifies to display the StringAttributeMetadata as an phone number. |
![]() ![]() | PhoneticGuide | Specifies to display the StringAttributeMetadata as an phonetic guide. |
![]() ![]() | Text | Specifies to display the StringAttributeMetadata as text. |
![]() ![]() | TextArea | Specifies to display the StringAttributeMetadata as a text area. |
![]() ![]() | TickerSymbol | Specifies to display the StringAttributeMetadata as a ticker symbol. |
![]() ![]() | Url | Specifies to display the StringAttributeMetadata as a URL. |
![]() ![]() | VersionNumber | Specifies to display the StringAttributeMetadata as a version number. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(StringFormatName, StringFormatName) | Indicates whether two StringFormatName instances are the same. |
![]() ![]() | Implicit(String to StringFormatName) | Converts a string into a StringFormatName |
![]() ![]() | Inequality(StringFormatName, StringFormatName) | Indicates whether two StringFormatName instances are different. |
This class replaces the deprecated StringFormat enumeration used to set the StringAttributeMetadata.Format property.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright




