C# 클래스 Vidyano.ViewModel.PersistentObjectAttribute

상속: ViewModelBase
파일 보기 프로젝트 열기: stevehansen/vidyano_v1 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
propertiesToBackup string[]

Private Properties

프로퍼티 타입 설명
BackupBeforeEdit void
PersistentObjectAttribute System
RestoreEditBackup void
UpdateValue bool

공개 메소드들

메소드 설명
GetDisplayValue ( object value, string type, string>.KeyValueList typeHints, Option options ) : string

보호된 메소드들

메소드 설명
GetServiceProperties ( ) : string[]
UpdateOptions ( ) : void

비공개 메소드들

메소드 설명
BackupBeforeEdit ( ) : void
PersistentObjectAttribute ( JObject model, PersistentObject parent ) : System
RestoreEditBackup ( ) : void
UpdateValue ( object value ) : bool

메소드 상세

GetDisplayValue() 공개 정적인 메소드

public static GetDisplayValue ( object value, string type, string>.KeyValueList typeHints, Option options ) : string
value object
type string
typeHints string>.KeyValueList
options Option
리턴 string

GetServiceProperties() 보호된 메소드

protected GetServiceProperties ( ) : string[]
리턴 string[]

UpdateOptions() 보호된 메소드

protected UpdateOptions ( ) : void
리턴 void

프로퍼티 상세

propertiesToBackup 보호되어 있는 프로퍼티

protected string[] propertiesToBackup
리턴 string[]