C# 클래스 ModernizedAlice.ArtOfWords.BizCommon.Model.Item.ItemModel

상속: IMarkable, INotifyPropertyChanged, ISearchable, ITagStickable
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CopyWithoutId ( ItemModel src ) : void
GetTagIds ( ) : List
SetTagIds ( List stickTagList ) : void
ToSearchString ( ) : string

보호된 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

메소드 상세

CopyWithoutId() 공개 메소드

public CopyWithoutId ( ItemModel src ) : void
src ItemModel
리턴 void

GetTagIds() 공개 메소드

public GetTagIds ( ) : List
리턴 List

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string name ) : void
name string
리턴 void

SetTagIds() 공개 메소드

public SetTagIds ( List stickTagList ) : void
stickTagList List
리턴 void

ToSearchString() 공개 메소드

public ToSearchString ( ) : string
리턴 string