C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.Constructors.CompoundInitialisationDescriptor

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Свойство Type Description
BackingStoreName string
ImplementationTypeName string
PropertyName string
TypeName string

Méthodes publiques

Méthode Description
CompoundInitialisationDescriptor ( string propertyName, string backingStoreName, string typeName, string implementationTypeName ) : System
CreateDescriptors ( IEnumerable props, string implementationSuffix ) : IEnumerable

Method Details

CompoundInitialisationDescriptor() public méthode

public CompoundInitialisationDescriptor ( string propertyName, string backingStoreName, string typeName, string implementationTypeName ) : System
propertyName string
backingStoreName string
typeName string
implementationTypeName string
Résultat System

CreateDescriptors() public static méthode

public static CreateDescriptors ( IEnumerable props, string implementationSuffix ) : IEnumerable
props IEnumerable
implementationSuffix string
Résultat IEnumerable

Property Details

BackingStoreName public_oe property

public string BackingStoreName
Résultat string

ImplementationTypeName public_oe property

public string ImplementationTypeName
Résultat string

PropertyName public_oe property

public string PropertyName
Résultat string

TypeName public_oe property

public string TypeName
Résultat string