C# 클래스 Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.Constructors.CompoundInitialisationDescriptor

파일 보기 프로젝트 열기: daszat/zetbox

공개 프로퍼티들

프로퍼티 타입 설명
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