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

Mostrar archivo 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_oe property

public string BackingStoreName
return string

ImplementationTypeName public_oe property

public string ImplementationTypeName
return string

PropertyName public_oe property

public string PropertyName
return string

TypeName public_oe property

public string TypeName
return string