Property | Type | Description | |
---|---|---|---|
TypeResolver | IEntityFieldTypeResolver |
Method | Description | |
---|---|---|
GetCustomFieldValue ( string fieldName ) : string | ||
GetCustomListValue ( string fieldName ) : VersionOne.ServerConnector.Entities.ValueId | ||
GetCustomNumericValue ( string fieldName ) : double? | ||
GetListValue ( string fieldName ) : VersionOne.ServerConnector.Entities.ValueId | ||
HasChanged ( ) : bool | ||
SetCustomListValue ( string fieldName, string value ) : void | ||
SetCustomNumericValue ( string fieldName, double value ) : void | ||
SetCustomStringValue ( string fieldName, string value ) : void |
Method | Description | |
---|---|---|
Entity ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
Entity ( VersionOne.SDK.APIClient.Asset asset, IEntityFieldTypeResolver typeResolver ) : System.Collections.Generic | ||
NormalizeCustomFieldName ( string fieldName ) : string |
protected Entity ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetCustomFieldValue ( string fieldName ) : string | ||
fieldName | string | |
return | string |
public GetCustomListValue ( string fieldName ) : VersionOne.ServerConnector.Entities.ValueId | ||
fieldName | string | |
return | VersionOne.ServerConnector.Entities.ValueId |
public GetCustomNumericValue ( string fieldName ) : double? | ||
fieldName | string | |
return | double? |
public GetListValue ( string fieldName ) : VersionOne.ServerConnector.Entities.ValueId | ||
fieldName | string | |
return | VersionOne.ServerConnector.Entities.ValueId |
public SetCustomListValue ( string fieldName, string value ) : void | ||
fieldName | string | |
value | string | |
return | void |
public SetCustomNumericValue ( string fieldName, double value ) : void | ||
fieldName | string | |
value | double | |
return | void |
public SetCustomStringValue ( string fieldName, string value ) : void | ||
fieldName | string | |
value | string | |
return | void |