C# Class PassFruit.Field

Inheritance: IField
显示文件 Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method 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 method

public Equals ( Field other ) : bool
other Field
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Field() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetProperties() public method

public GetProperties ( ) : object>.IDictionary
return object>.IDictionary

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void

ToString() public method

public ToString ( ) : string
return string