C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.PropertiesEditorSupportClasses.NewDataGridPropertyPlaceholder

Inheritance: IMetadata
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void
NewDataGridPropertyPlaceholder ( ) : System
SetName ( string name, TransactionChain &chain ) : bool
SetNameWithoutTrigger ( string name ) : void
SetValue ( string value, TransactionChain &chain ) : bool
SetValueWithoutTrigger ( string value ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

NewDataGridPropertyPlaceholder() public méthode

public NewDataGridPropertyPlaceholder ( ) : System
Résultat System

SetName() public méthode

public SetName ( string name, TransactionChain &chain ) : bool
name string
chain TransactionalNodeService.Soap.TransactionFramework.TransactionChain
Résultat bool

SetNameWithoutTrigger() public méthode

public SetNameWithoutTrigger ( string name ) : void
name string
Résultat void

SetValue() public méthode

public SetValue ( string value, TransactionChain &chain ) : bool
value string
chain TransactionalNodeService.Soap.TransactionFramework.TransactionChain
Résultat bool

SetValueWithoutTrigger() public méthode

public SetValueWithoutTrigger ( string value ) : void
value string
Résultat void