Method | Description | |
---|---|---|
Create ( this recordDefinition, IInternalState state ) : Adf.Core.Messaging.Record | ||
FindField ( this record, string name ) : |
||
FindRecord ( this message, string name ) : |
||
IsNumeric ( this definition ) : bool |
public static Create ( this recordDefinition, IInternalState state ) : Adf.Core.Messaging.Record | ||
recordDefinition | this | |
state | IInternalState | |
return | Adf.Core.Messaging.Record |
public static FindField ( this record, string name ) : |
||
record | this | |
name | string | |
return |
public static FindRecord ( this message, string name ) : |
||
message | this | |
name | string | |
return |
public static IsNumeric ( this definition ) : bool | ||
definition | this | |
return | bool |