C# Class Zetbox.DalProvider.Ef.Generator.Templates.Properties.EfScalarPropHelper

ファイルを表示 Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
ApplyBackingStoreDefinition ( Arebis.CodeGeneration.CodeTemplate template, string type, string backingName, string efName ) : void
GetEfPropName ( System.Property prop ) : string

Method Details

ApplyAttributesTemplate() public static method

public static ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
template Arebis.CodeGeneration.CodeTemplate
return void

ApplyBackingStoreDefinition() public static method

public static ApplyBackingStoreDefinition ( Arebis.CodeGeneration.CodeTemplate template, string type, string backingName, string efName ) : void
template Arebis.CodeGeneration.CodeTemplate
type string
backingName string
efName string
return void

GetEfPropName() public static method

public static GetEfPropName ( System.Property prop ) : string
prop System.Property
return string