프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EntityState | EntityStates | ||
FormattedValues | string>.Dictionary | ||
Id | string | ||
LogicalName | string | ||
RelatedEntities | EntityCollection>.Dictionary |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_metaData | System.Collections.Dictionary |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
SetDictionaryValue ( string key, object value ) : void |
public DeSerialise ( |
||
entityNode | ||
리턴 | void |
public GetAttributeValue ( string attributeName ) : object | ||
attributeName | string | |
리턴 | object |
public GetAttributeValueEntityReference ( string attributeName ) : Xrm.Sdk.EntityReference | ||
attributeName | string | |
리턴 | Xrm.Sdk.EntityReference |
public GetAttributeValueFloat ( string attributeName ) : float? | ||
attributeName | string | |
리턴 | float? |
public GetAttributeValueGuid ( string attributeName ) : Guid | ||
attributeName | string | |
리턴 | Guid |
public GetAttributeValueInt ( string attributeName ) : int? | ||
attributeName | string | |
리턴 | int? |
public GetAttributeValueOptionSet ( string attributeName ) : Xrm.Sdk.OptionSetValue | ||
attributeName | string | |
리턴 | Xrm.Sdk.OptionSetValue |
public GetAttributeValueString ( string attributeName ) : string | ||
attributeName | string | |
리턴 | string |
public RaisePropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
리턴 | void |
public SetAttributeValue ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |
public static SortDelegate ( string attributeName, Entity a, Entity b ) : int | ||
attributeName | string | |
a | Entity | |
b | Entity | |
리턴 | int |
public ToEntityReference ( ) : Xrm.Sdk.EntityReference | ||
리턴 | Xrm.Sdk.EntityReference |