C# Class Vidyano.ViewModel.PersistentObjectAttribute

Inheritance: ViewModelBase
Afficher le fichier Open project: stevehansen/vidyano_v1 Class Usage Examples

Protected Properties

Свойство Type Description
propertiesToBackup string[]

Private Properties

Свойство Type Description
BackupBeforeEdit void
PersistentObjectAttribute System
RestoreEditBackup void
UpdateValue bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetServiceProperties ( ) : string[]
UpdateOptions ( ) : void

Private Methods

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

Method Details

GetDisplayValue() public static méthode

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

GetServiceProperties() protected méthode

protected GetServiceProperties ( ) : string[]
Résultat string[]

UpdateOptions() protected méthode

protected UpdateOptions ( ) : void
Résultat void

Property Details

propertiesToBackup protected_oe property

protected string[] propertiesToBackup
Résultat string[]