C# Class Adf.Base.Messaging.MessagingExtensions

Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Create ( this recordDefinition, IInternalState state ) : Adf.Core.Messaging.Record
FindField ( this record, string name ) : FieldDefinition
FindRecord ( this message, string name ) : RecordDefinition
IsNumeric ( this definition ) : bool

Method Details

Create() public static method

public static Create ( this recordDefinition, IInternalState state ) : Adf.Core.Messaging.Record
recordDefinition this
state IInternalState
return Adf.Core.Messaging.Record

FindField() public static method

public static FindField ( this record, string name ) : FieldDefinition
record this
name string
return Adf.Core.Messaging.FieldDefinition

FindRecord() public static method

public static FindRecord ( this message, string name ) : RecordDefinition
message this
name string
return Adf.Core.Messaging.RecordDefinition

IsNumeric() public static method

public static IsNumeric ( this definition ) : bool
definition this
return bool