C# Class ReadModel.UserProperty

Mostra file Open project: phillipknauss/CqrsSiteEngine Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ToString ( ) : string
UserProperty ( ) : ProtoBuf
UserProperty ( string name, string value, string type, string format ) : ProtoBuf

Method Details

ToString() public method

public ToString ( ) : string
return string

UserProperty() public method

public UserProperty ( ) : ProtoBuf
return ProtoBuf

UserProperty() public method

public UserProperty ( string name, string value, string type, string format ) : ProtoBuf
name string
value string
type string
format string
return ProtoBuf