C# Class NServiceBus.Persistence.MongoDB.DocumentVersionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Thuzi/NServiceBus.Persistence.MongoDb

Méthodes publiques

Méthode Description
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.

Method Details

GetDocumentVersionProperties() public static méthode

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.
Résultat IEnumerable

GetDocumentVersionProperty() public static méthode

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.
Résultat System.Reflection.PropertyInfo