C# 클래스 GSoft.Dynamite.Binding.EntitySchema

The schema for an entity.
상속: IEntitySchema
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

보호된 프로퍼티들

프로퍼티 타입 설명
BindingDetails LinkedList

공개 메소드들

메소드 설명
FromEntity ( object sourceEntity, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : void

Fills the values from the entity properties.

ToEntity ( object targetEntity, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : void

Fills the entity from the values.

보호된 메소드들

메소드 설명
AddProperty ( EntityBindingDetail detail ) : void

Adds the property.

GetConversionArguments ( EntityBindingDetail bindingDetail, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : ConversionArguments

Gets the conversion arguments.

메소드 상세

AddProperty() 보호된 메소드

Adds the property.
protected AddProperty ( EntityBindingDetail detail ) : void
detail EntityBindingDetail The detail.
리턴 void

FromEntity() 공개 메소드

Fills the values from the entity properties.
public FromEntity ( object sourceEntity, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : void
sourceEntity object /// The source entity. ///
values object>.IDictionary /// The values. ///
fieldCollection SPFieldCollection /// The field Collection. ///
web SPWeb /// The web. ///
리턴 void

GetConversionArguments() 보호된 메소드

Gets the conversion arguments.
protected GetConversionArguments ( EntityBindingDetail bindingDetail, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : ConversionArguments
bindingDetail EntityBindingDetail The binding detail.
values object>.IDictionary The values.
fieldCollection SPFieldCollection
web SPWeb
리턴 ConversionArguments

ToEntity() 공개 메소드

Fills the entity from the values.
public ToEntity ( object targetEntity, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : void
targetEntity object /// The target entity. ///
values object>.IDictionary /// The values. ///
fieldCollection SPFieldCollection /// The field Collection. ///
web SPWeb /// The web. ///
리턴 void

프로퍼티 상세

BindingDetails 보호되어 있는 프로퍼티

The binding details.
protected LinkedList BindingDetails
리턴 LinkedList