Method | Description | |
---|---|---|
Equals ( |
||
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 |
public Field ( IFieldType fieldType, System.Guid id = null, string name = "" ) : System | ||
fieldType | IFieldType | |
id | System.Guid | |
name | string | |
return | System |
public GetProperties ( ) : object>.IDictionary |
||
return | object>.IDictionary |
public SetProperty ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |