C# 클래스 Sitecore.SharedSource.Commons.Abstractions.Items.CustomItemWrapper

상속: ICustomItem
파일 보기 프로젝트 열기: Velir/Sitecore-Commons

공개 메소드들

메소드 설명
BeginEdit ( ) : void
CustomItemWrapper ( CustomItem customItem ) : System
EndEdit ( ) : void
this ( ID fieldID ) : string
this ( int fieldIndex ) : string
this ( string fieldName ) : string

메소드 상세

BeginEdit() 공개 메소드

public BeginEdit ( ) : void
리턴 void

CustomItemWrapper() 공개 메소드

public CustomItemWrapper ( CustomItem customItem ) : System
customItem CustomItem
리턴 System

EndEdit() 공개 메소드

public EndEdit ( ) : void
리턴 void

this() 공개 메소드

public this ( ID fieldID ) : string
fieldID ID
리턴 string

this() 공개 메소드

public this ( int fieldIndex ) : string
fieldIndex int
리턴 string

this() 공개 메소드

public this ( string fieldName ) : string
fieldName string
리턴 string