C# 클래스 Platform.EventStoreId

Id of an event store within Data Platform. It has to follow strict semantics.
파일 보기 프로젝트 열기: Lokad/lokad-data-platform 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string

공개 메소드들

메소드 설명
IsValid ( string name ) : Rule
Parse ( string name ) : EventStoreId
ThrowIfInvalid ( string name ) : void

비공개 메소드들

메소드 설명
EventStoreId ( string name ) : System
IsAlphanumberic ( char c ) : bool

메소드 상세

IsValid() 공개 정적인 메소드

public static IsValid ( string name ) : Rule
name string
리턴 Rule

Parse() 공개 정적인 메소드

public static Parse ( string name ) : EventStoreId
name string
리턴 EventStoreId

ThrowIfInvalid() 공개 정적인 메소드

public static ThrowIfInvalid ( string name ) : void
name string
리턴 void

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string