CrmTypes Class

banner art

The CrmTypes class exposes the following members.

Static Method Description
CreateCrmBoolean Creates an instance of a Boolean attribute.
CreateCrmBooleanProperty Creates an instance of a Boolean attribute represented as a dynamic entity.
CreateCrmDateTime Creates an instance of a DateTime attribute.
CreateCrmDateTimeProperty Creates an instance of a DateTime attribute represented as a dynamic entity.
CreateCrmDecimal Creates an instance of a Decimal attribute.
CreateCrmDecimalProperty Creates an instance of a Decimal attribute represented as a dynamic entity.
CreateCrmFloat Creates an instance of a Float attribute.
CreateCrmFloatProperty Creates an instance of a Float attribute represented as a dynamic entity.
CreateCrmMoney Creates an instance of a Money attribute.
CreateCrmMoneyProperty Creates an instance of a Money attribute represented as a dynamic entity.
CreateCrmNumber Creates an instance of a Number attribute.
CreateCrmNumberProperty Creates an instance of a Number attribute represented as a dynamic entity.
CreateCustomer Creates an instance of a Customer attribute.
CreateCustomerProperty Creates an instance of a Customer attribute represented as a dynamic entity.
CreateDynamicEntityArrayProperty Creates an instance of an entity array represented as a dynamic entity.
CreateEntityNameReference Creates an instance of an entity name reference attribute.
CreateEntityNameReferenceProperty Creates an instance of an entity name reference attribute represented as a dynamic entity.
CreateKey Creates an instance of a Key attribute.
CreateKeyProperty Creates an instance of a Key attribute represented as a dynamic entity.
CreateLookup Creates an instance of a Lookup attribute.
CreateLookupProperty Creates an instance of a Lookup attribute represented as a dynamic entity.
CreateOwner Creates an instance of an Owner attribute.
CreateOwnerProperty Creates an instance of an Owner attribute represented as a dynamic entity.
CreatePickList Creates an instance of a Picklist attribute.
CreatePickListProperty Creates an instance of a Picklist attribute represented as a dynamic entity.
CreateReference Creates an instance of a Reference attribute.
CreateStateProperty Creates an instance of a State attribute.
CreateStatus Creates an instance of a Status attribute.
CreateStatusProperty Creates an instance of a Status attribute represented as a dynamic entity.
CreateStringProperty Creates an instance of a String attribute.
CreateUniqueIdentifier Creates an instance of a UniqueIdentifier attribute.
CreateUniqueIdentifierProperty Creates an instance of a UniqueIdentifier attribute represented as a dynamic entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.