C# Class PassFruit.Field

Inheritance: IField
Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Field other ) : bool
Equals ( object obj ) : bool
Field ( IFieldType fieldType, System.Guid id = null, string name = "" ) : System
GetHashCode ( ) : int
GetProperties ( ) : object>.IDictionary
SetProperty ( string name, object value ) : void
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( Field other ) : bool
other Field
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Field() public méthode

public Field ( IFieldType fieldType, System.Guid id = null, string name = "" ) : System
fieldType IFieldType
id System.Guid
name string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetProperties() public méthode

public GetProperties ( ) : object>.IDictionary
Résultat object>.IDictionary

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string