Property | Type | Description | |
---|---|---|---|
EntityState | EntityStates | ||
FormattedValues | string>.Dictionary | ||
Id | string | ||
LogicalName | string | ||
RelatedEntities | EntityCollection>.Dictionary |
Property | Type | Description | |
---|---|---|---|
_metaData | System.Collections.Dictionary |
Method | Description | |
---|---|---|
DeSerialise ( |
Set the attribute values from SDK Webservice response on a business entity
|
|
Entity ( string entityName ) : System | ||
GetAttributeValue ( string attributeName ) : object | ||
GetAttributeValueEntityReference ( string attributeName ) : Xrm.Sdk.EntityReference | ||
GetAttributeValueFloat ( string attributeName ) : float? | ||
GetAttributeValueGuid ( string attributeName ) : Guid | ||
GetAttributeValueInt ( string attributeName ) : int? | ||
GetAttributeValueOptionSet ( string attributeName ) : Xrm.Sdk.OptionSetValue | ||
GetAttributeValueString ( string attributeName ) : string | ||
RaisePropertyChanged ( string propertyName ) : void | ||
Serialise ( bool ommitRoot ) : string |
Serialises the entity to xml to pass to the SDK webservices
|
|
SetAttributeValue ( string name, object value ) : void | ||
SortDelegate ( string attributeName, Entity a, Entity b ) : int | ||
ToEntityReference ( ) : Xrm.Sdk.EntityReference |
Method | Description | |
---|---|---|
SetDictionaryValue ( string key, object value ) : void |
public DeSerialise ( |
||
entityNode | ||
return | void |
public GetAttributeValue ( string attributeName ) : object | ||
attributeName | string | |
return | object |
public GetAttributeValueEntityReference ( string attributeName ) : Xrm.Sdk.EntityReference | ||
attributeName | string | |
return | Xrm.Sdk.EntityReference |
public GetAttributeValueFloat ( string attributeName ) : float? | ||
attributeName | string | |
return | float? |
public GetAttributeValueGuid ( string attributeName ) : Guid | ||
attributeName | string | |
return | Guid |
public GetAttributeValueInt ( string attributeName ) : int? | ||
attributeName | string | |
return | int? |
public GetAttributeValueOptionSet ( string attributeName ) : Xrm.Sdk.OptionSetValue | ||
attributeName | string | |
return | Xrm.Sdk.OptionSetValue |
public GetAttributeValueString ( string attributeName ) : string | ||
attributeName | string | |
return | string |
public RaisePropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public SetAttributeValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public static SortDelegate ( string attributeName, Entity a, Entity b ) : int | ||
attributeName | string | |
a | Entity | |
b | Entity | |
return | int |
public ToEntityReference ( ) : Xrm.Sdk.EntityReference | ||
return | Xrm.Sdk.EntityReference |
public Dictionary |
||
return | EntityCollection>.Dictionary |