StringFormatName Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format of a StringAttributeMetadata attribute using the FormatName property.
For the Web API the corresponding type is StringFormatName ComplexType.
public ref class StringFormatName sealed : Microsoft::Xrm::Sdk::Metadata::ConstantsBase<System::String ^>
[System.Runtime.Serialization.DataContract(Name="StringFormatName", Namespace="http://schemas.microsoft.com/xrm/2013/Metadata")]
public sealed class StringFormatName : Microsoft.Xrm.Sdk.Metadata.ConstantsBase<string>
[<System.Runtime.Serialization.DataContract(Name="StringFormatName", Namespace="http://schemas.microsoft.com/xrm/2013/Metadata")>]
type StringFormatName = class
inherit ConstantsBase<string>
Public NotInheritable Class StringFormatName
Inherits ConstantsBase(Of String)
- Inheritance
- Attributes
This class replaces the deprecated StringFormat enumeration used to set the StringAttributeMetadata.Format property.
String |
Initializes a new instance of the StringFormatName class. |
Specifies to display the StringAttributeMetadata as an email address. |
|
Json | |
Phone |
Specifies to display the StringAttributeMetadata as an phone number. |
Phonetic |
Specifies to display the StringAttributeMetadata as an phonetic guide. |
Rich |
Sets the format name of a text field to allow the field to be displayed using the rich text control. |
Text |
Specifies to display the StringAttributeMetadata as text. |
Text |
Specifies to display the StringAttributeMetadata as a text area. |
Ticker |
Specifies to display the StringAttributeMetadata as a ticker symbol. |
Url |
Specifies to display the StringAttributeMetadata as a URL. |
Version |
Specifies to display the StringAttributeMetadata as a version number. |
Extension |
(Inherited from ConstantsBase<T>) |
Value | (Inherited from ConstantsBase<T>) |
Equals(Object) |
Determines whether two instances are equal. |
Get |
Returns a hash code value for this type. |
Value |
Indicates whether a value exists in the list. (Inherited from ConstantsBase<T>) |
Equality(String |
Indicates whether two StringFormatName instances are the same. |
Implicit(String to String |
Converts a string into a StringFormatName |
Inequality(String |
Indicates whether two StringFormatName instances are different. |
Produto | Versões |
---|---|
Dataverse SDK | Latest |