C# 클래스 Sitecore.ItemAdapter.Model.ItemAdapterModel

상속: IItemAdapterModel
파일 보기 프로젝트 열기: Sitecore/sitecore-itemadapter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateGeneralLink ( ) : IGeneralLink
Initialize ( System.Guid id ) : void
IsLoaded ( bool extended ) : bool
ItemAdapterModel ( ) : System
Loaded ( bool extended ) : void

메소드 상세

CreateGeneralLink() 공개 메소드

public CreateGeneralLink ( ) : IGeneralLink
리턴 IGeneralLink

Initialize() 공개 메소드

public Initialize ( System.Guid id ) : void
id System.Guid
리턴 void

IsLoaded() 공개 메소드

public IsLoaded ( bool extended ) : bool
extended bool
리턴 bool

ItemAdapterModel() 공개 메소드

public ItemAdapterModel ( ) : System
리턴 System

Loaded() 공개 메소드

public Loaded ( bool extended ) : void
extended bool
리턴 void