ConstantsBase<T> Class
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
A base class for static classes whose properties represent constants
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
[KnownTypeAttribute(typeof(AttributeTypeDisplayName))] [KnownTypeAttribute(typeof(StringFormatName))] [DataContractAttribute(Name = "ConstantsBase", Namespace = "http://schemas.microsoft.com/xrm/2013/Metadata")] [KnownTypeAttribute(typeof(DateTimeBehavior))] public abstract class ConstantsBase<T> : IExtensibleDataObject
Type Parameters
- T
| Name | Description | |
|---|---|---|
![]() | ConstantsBase<T>() |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | |
![]() | Value |
| Name | Description | |
|---|---|---|
![]() ![]() | Add<T2>(T) | |
![]() ![]() | Create<T2>(T) | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValueExistsInList(T) | Indicates whether a value exists in the list. |
| Name | Description | |
|---|---|---|
![]() ![]() | ValidValues |
There are two derived classes: AttributeTypeDisplayName and StringFormatName.
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
Community Additions
ADD
Show:




