C# Класс Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.Constructors.CompoundInitialisationDescriptor

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BackingStoreName string
ImplementationTypeName string
PropertyName string
TypeName string

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

Метод Описание
CompoundInitialisationDescriptor ( string propertyName, string backingStoreName, string typeName, string implementationTypeName ) : System
CreateDescriptors ( IEnumerable props, string implementationSuffix ) : IEnumerable

Описание методов

CompoundInitialisationDescriptor() публичный Метод

public CompoundInitialisationDescriptor ( string propertyName, string backingStoreName, string typeName, string implementationTypeName ) : System
propertyName string
backingStoreName string
typeName string
implementationTypeName string
Результат System

CreateDescriptors() публичный статический Метод

public static CreateDescriptors ( IEnumerable props, string implementationSuffix ) : IEnumerable
props IEnumerable
implementationSuffix string
Результат IEnumerable

Описание свойств

BackingStoreName публичное свойство

public string BackingStoreName
Результат string

ImplementationTypeName публичное свойство

public string ImplementationTypeName
Результат string

PropertyName публичное свойство

public string PropertyName
Результат string

TypeName публичное свойство

public string TypeName
Результат string