메소드 | 설명 | |
---|---|---|
ConventionsBuilder ( SettingsHolder settings ) : System |
Creates a new instance of ConventionsBuilder class.
|
|
DefiningCommandsAs ( bool>.Func |
Sets the function to be used to evaluate whether a type is a commands.
|
|
DefiningDataBusPropertiesAs ( bool>.Func |
Sets the function to be used to evaluate whether a property should be sent via the DataBus or not.
|
|
DefiningEncryptedPropertiesAs ( bool>.Func |
Sets the function to be used to evaluate whether a property should be encrypted or not.
|
|
DefiningEventsAs ( bool>.Func |
Sets the function to be used to evaluate whether a type is a event.
|
|
DefiningMessagesAs ( bool>.Func |
Sets the function to be used to evaluate whether a type is a message.
|
public ConventionsBuilder ( SettingsHolder settings ) : System | ||
settings | SettingsHolder | An instance of the current settings. |
리턴 | System |
public DefiningCommandsAs ( bool>.Func |
||
definesCommandType | bool>.Func | |
리턴 |
public DefiningDataBusPropertiesAs ( bool>.Func |
||
definesDataBusProperty | bool>.Func | |
리턴 |
public DefiningEncryptedPropertiesAs ( bool>.Func |
||
definesEncryptedProperty | bool>.Func | |
리턴 |
public DefiningEventsAs ( bool>.Func |
||
definesEventType | bool>.Func | |
리턴 |
public DefiningMessagesAs ( bool>.Func |
||
definesMessageType | bool>.Func | |
리턴 |