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

Inheritance: ICustomItem
Afficher le fichier Open project: Velir/Sitecore-Commons

Méthodes publiques

Méthode 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 méthode

public BeginEdit ( ) : void
Résultat void

CustomItemWrapper() public méthode

public CustomItemWrapper ( CustomItem customItem ) : System
customItem CustomItem
Résultat System

EndEdit() public méthode

public EndEdit ( ) : void
Résultat void

this() public méthode

public this ( ID fieldID ) : string
fieldID ID
Résultat string

this() public méthode

public this ( int fieldIndex ) : string
fieldIndex int
Résultat string

this() public méthode

public this ( string fieldName ) : string
fieldName string
Résultat string