C# Class Machine.Mta.MessageInterfaces.MessageDefinition

Show file Open project: machine/machine.mta Class Usage Examples

Public Methods

Method Description
AddProperty ( string name, Type type, bool readOnly ) : void
MessageDefinition ( Type messageType ) : System
VerifyDictionaryAndReturnMissingProperties ( object>.IDictionary dictionary ) : IEnumerable

Method Details

AddProperty() public method

public AddProperty ( string name, Type type, bool readOnly ) : void
name string
type System.Type
readOnly bool
return void

MessageDefinition() public method

public MessageDefinition ( Type messageType ) : System
messageType System.Type
return System

VerifyDictionaryAndReturnMissingProperties() public method

public VerifyDictionaryAndReturnMissingProperties ( object>.IDictionary dictionary ) : IEnumerable
dictionary object>.IDictionary
return IEnumerable