C# Class Sitecore.SharedSource.Commons.Abstractions.Items.CustomItemWrapper

Inheritance: ICustomItem
显示文件 Open project: Velir/Sitecore-Commons

Public Methods

Method Description
BeginEdit ( ) : void
CustomItemWrapper ( CustomItem customItem ) : System
EndEdit ( ) : void
this ( ID fieldID ) : string
this ( int fieldIndex ) : string
this ( string fieldName ) : string

Method Details

BeginEdit() public method

public BeginEdit ( ) : void
return void

CustomItemWrapper() public method

public CustomItemWrapper ( CustomItem customItem ) : System
customItem CustomItem
return System

EndEdit() public method

public EndEdit ( ) : void
return void

this() public method

public this ( ID fieldID ) : string
fieldID ID
return string

this() public method

public this ( int fieldIndex ) : string
fieldIndex int
return string

this() public method

public this ( string fieldName ) : string
fieldName string
return string