C# Class Vidyano.ViewModel.PersistentObjectAttribute

Inheritance: ViewModelBase
Mostrar archivo Open project: stevehansen/vidyano_v1 Class Usage Examples

Protected Properties

Property Type Description
propertiesToBackup string[]

Private Properties

Property Type Description
BackupBeforeEdit void
PersistentObjectAttribute System
RestoreEditBackup void
UpdateValue bool

Public Methods

Method Description
GetDisplayValue ( object value, string type, string>.KeyValueList typeHints, Option options ) : string

Protected Methods

Method Description
GetServiceProperties ( ) : string[]
UpdateOptions ( ) : void

Private Methods

Method Description
BackupBeforeEdit ( ) : void
PersistentObjectAttribute ( JObject model, PersistentObject parent ) : System
RestoreEditBackup ( ) : void
UpdateValue ( object value ) : bool

Method Details

GetDisplayValue() public static method

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

GetServiceProperties() protected method

protected GetServiceProperties ( ) : string[]
return string[]

UpdateOptions() protected method

protected UpdateOptions ( ) : void
return void

Property Details

propertiesToBackup protected_oe property

protected string[] propertiesToBackup
return string[]