StringFormatName Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Specifies the format of a StringAttributeMetadata attribute using the FormatName property.

The following tables list the members exposed by the StringFormatName type.

Public Constructors

  Name Description
  StringFormatName Initializes a new instance of the StringFormatName class.

Top

Public Fields

  Name Description
public field static Email Specifies to display the StringAttributeMetadata as an email address.
public field static Phone Specifies to display the StringAttributeMetadata as an phone number.
public field static PhoneticGuide Specifies to display the StringAttributeMetadata as an phonetic guide.
public field static Text Specifies to display the StringAttributeMetadata as text.
public field static TextArea Specifies to display the StringAttributeMetadata as a text area.
public field static TickerSymbol Specifies to display the StringAttributeMetadata as a ticker symbol.
public field static Url Specifies to display the StringAttributeMetadata as a URL.
public field static VersionNumber Specifies to display the StringAttributeMetadata as a version number.

Top

Public Properties

  Name Description
public property ExtensionData  (inherited from ConstantsBase)
public property Value  (inherited from ConstantsBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals Overridden. Determines whether two instances are equal.
public method GetHashCode Overridden. Returns a hash code value for this type.
public method GetType  (inherited from Object)
public methodstatic Equality Indicates whether two StringFormatName instances are the same.
public methodstatic Implicit Converts a string into a StringFormatName
public methodstatic Inequality Indicates whether two StringFormatName instances are different.
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method ValueExistsInList  (inherited from ConstantsBase)

Top

See Also

Reference

StringFormatName Class
Microsoft.Xrm.Sdk.Metadata Namespace

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.