C# 클래스 NServiceBus.Persistence.MongoDB.DocumentVersionAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Thuzi/NServiceBus.Persistence.MongoDb

공개 메소드들

메소드 설명
GetDocumentVersionProperties ( Type type ) : IEnumerable

Gets all the properties that are marked with the DocumentVersionAttribute for the given type.

GetDocumentVersionProperty ( Type type ) : PropertyInfo

Gets a single property that is marked with the DocumentVersionAttribute for a IContainSagaData.

메소드 상세

GetDocumentVersionProperties() 공개 정적인 메소드

Gets all the properties that are marked with the DocumentVersionAttribute for the given type.
public static GetDocumentVersionProperties ( Type type ) : IEnumerable
type System.Type The type to evaluate.
리턴 IEnumerable

GetDocumentVersionProperty() 공개 정적인 메소드

Gets a single property that is marked with the DocumentVersionAttribute for a IContainSagaData.
public static GetDocumentVersionProperty ( Type type ) : PropertyInfo
type System.Type The to evaluate.
리턴 System.Reflection.PropertyInfo