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

Show file Open project: daszat/zetbox

Public Properties

Property Type Description
BackingStoreName string
ImplementationTypeName string
PropertyName string
TypeName string

Public Methods

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

Method Details

CompoundInitialisationDescriptor() public method

public CompoundInitialisationDescriptor ( string propertyName, string backingStoreName, string typeName, string implementationTypeName ) : System
propertyName string
backingStoreName string
typeName string
implementationTypeName string
return System

CreateDescriptors() public static method

public static CreateDescriptors ( IEnumerable props, string implementationSuffix ) : IEnumerable
props IEnumerable
implementationSuffix string
return IEnumerable

Property Details

BackingStoreName public property

public string BackingStoreName
return string

ImplementationTypeName public property

public string ImplementationTypeName
return string

PropertyName public property

public string PropertyName
return string

TypeName public property

public string TypeName
return string