C# Class Sitecore.ItemAdapter.Model.ItemAdapterModel

Inheritance: IItemAdapterModel
Afficher le fichier Open project: Sitecore/sitecore-itemadapter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateGeneralLink ( ) : IGeneralLink
Initialize ( System.Guid id ) : void
IsLoaded ( bool extended ) : bool
ItemAdapterModel ( ) : System
Loaded ( bool extended ) : void

Method Details

CreateGeneralLink() public méthode

public CreateGeneralLink ( ) : IGeneralLink
Résultat IGeneralLink

Initialize() public méthode

public Initialize ( System.Guid id ) : void
id System.Guid
Résultat void

IsLoaded() public méthode

public IsLoaded ( bool extended ) : bool
extended bool
Résultat bool

ItemAdapterModel() public méthode

public ItemAdapterModel ( ) : System
Résultat System

Loaded() public méthode

public Loaded ( bool extended ) : void
extended bool
Résultat void