C# Класс NServiceBus.Persistence.MongoDB.DocumentVersionAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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