C# Class JiraAssistant.Logic.Extensions.BindableGridViewPropertyProvider

Inheritance: ICustomPropertyProvider
Afficher le fichier Open project: sceeter89/jira-client

Méthodes publiques

Méthode Description
GetCustomProperties ( ) : CustomPropertyInfo[]
InitializeObject ( object context ) : void
InitializeValue ( CustomPropertyInfo customPropertyInfo, object context ) : object
ProvideValue ( CustomPropertyInfo customPropertyInfo, object context ) : object
RestoreValue ( CustomPropertyInfo customPropertyInfo, object context, object value ) : void

Method Details

GetCustomProperties() public méthode

public GetCustomProperties ( ) : CustomPropertyInfo[]
Résultat CustomPropertyInfo[]

InitializeObject() public méthode

public InitializeObject ( object context ) : void
context object
Résultat void

InitializeValue() public méthode

public InitializeValue ( CustomPropertyInfo customPropertyInfo, object context ) : object
customPropertyInfo CustomPropertyInfo
context object
Résultat object

ProvideValue() public méthode

public ProvideValue ( CustomPropertyInfo customPropertyInfo, object context ) : object
customPropertyInfo CustomPropertyInfo
context object
Résultat object

RestoreValue() public méthode

public RestoreValue ( CustomPropertyInfo customPropertyInfo, object context, object value ) : void
customPropertyInfo CustomPropertyInfo
context object
value object
Résultat void