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

A schema for SharePoint entities.
상속: EntitySchema
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

보호된 메소드들

메소드 설명
GetConversionArguments ( EntityBindingDetail bindingDetail, object>.IDictionary values, SPFieldCollection fieldCollection, SPWeb web ) : ConversionArguments

Creates the conversion arguments.

메소드 상세

GetConversionArguments() 보호된 메소드

Creates 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 /// The field Collection. ///
web SPWeb /// The web. ///
리턴 ConversionArguments