C# Class Platform.EventStoreId

Id of an event store within Data Platform. It has to follow strict semantics.
Datei anzeigen Open project: Lokad/lokad-data-platform Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
IsValid ( string name ) : Rule
Parse ( string name ) : EventStoreId
ThrowIfInvalid ( string name ) : void

Private Methods

Method Description
EventStoreId ( string name ) : System
IsAlphanumberic ( char c ) : bool

Method Details

IsValid() public static method

public static IsValid ( string name ) : Rule
name string
return Rule

Parse() public static method

public static Parse ( string name ) : EventStoreId
name string
return EventStoreId

ThrowIfInvalid() public static method

public static ThrowIfInvalid ( string name ) : void
name string
return void

Property Details

Name public_oe property

public string Name
return string