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

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
template Arebis.CodeGeneration.CodeTemplate
Résultat void

ApplyBackingStoreDefinition() public static méthode

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

GetEfPropName() public static méthode

public static GetEfPropName ( System.Property prop ) : string
prop System.Property
Résultat string