C# 클래스 Xrm.Sdk.Entity

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: scottdurow/SparkleXrm

공개 프로퍼티들

프로퍼티 타입 설명
EntityState EntityStates
FormattedValues string>.Dictionary
Id string
LogicalName string
RelatedEntities EntityCollection>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
_metaData System.Collections.Dictionary

공개 메소드들

메소드 설명
DeSerialise ( XmlNode entityNode ) : void

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

메소드 상세

DeSerialise() 공개 메소드

Set the attribute values from SDK Webservice response on a business entity
public DeSerialise ( XmlNode entityNode ) : void
entityNode System.Xml.XmlNode
리턴 void

Entity() 공개 메소드

public Entity ( string entityName ) : System
entityName string
리턴 System

GetAttributeValue() 공개 메소드

public GetAttributeValue ( string attributeName ) : object
attributeName string
리턴 object

GetAttributeValueEntityReference() 공개 메소드

public GetAttributeValueEntityReference ( string attributeName ) : Xrm.Sdk.EntityReference
attributeName string
리턴 Xrm.Sdk.EntityReference

GetAttributeValueFloat() 공개 메소드

public GetAttributeValueFloat ( string attributeName ) : float?
attributeName string
리턴 float?

GetAttributeValueGuid() 공개 메소드

public GetAttributeValueGuid ( string attributeName ) : Guid
attributeName string
리턴 Guid

GetAttributeValueInt() 공개 메소드

public GetAttributeValueInt ( string attributeName ) : int?
attributeName string
리턴 int?

GetAttributeValueOptionSet() 공개 메소드

public GetAttributeValueOptionSet ( string attributeName ) : Xrm.Sdk.OptionSetValue
attributeName string
리턴 Xrm.Sdk.OptionSetValue

GetAttributeValueString() 공개 메소드

public GetAttributeValueString ( string attributeName ) : string
attributeName string
리턴 string

RaisePropertyChanged() 공개 메소드

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

Serialise() 공개 메소드

Serialises the entity to xml to pass to the SDK webservices
public Serialise ( bool ommitRoot ) : string
ommitRoot bool
리턴 string

SetAttributeValue() 공개 메소드

public SetAttributeValue ( string name, object value ) : void
name string
value object
리턴 void

SortDelegate() 공개 정적인 메소드

public static SortDelegate ( string attributeName, Entity a, Entity b ) : int
attributeName string
a Entity
b Entity
리턴 int

ToEntityReference() 공개 메소드

public ToEntityReference ( ) : Xrm.Sdk.EntityReference
리턴 Xrm.Sdk.EntityReference

프로퍼티 상세

EntityState 공개적으로 프로퍼티

public EntityStates EntityState
리턴 EntityStates

FormattedValues 공개적으로 프로퍼티

public Dictionary FormattedValues
리턴 string>.Dictionary

Id 공개적으로 프로퍼티

public string Id
리턴 string

LogicalName 공개적으로 프로퍼티

public string LogicalName
리턴 string

RelatedEntities 공개적으로 프로퍼티

public Dictionary RelatedEntities
리턴 EntityCollection>.Dictionary

_metaData 보호되어 있는 프로퍼티

protected Dictionary,System.Collections _metaData
리턴 System.Collections.Dictionary