C# Класс Zetbox.DalProvider.Ef.Generator.Templates.Properties.EfScalarPropHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
ApplyBackingStoreDefinition ( Arebis.CodeGeneration.CodeTemplate template, string type, string backingName, string efName ) : void
GetEfPropName ( System.Property prop ) : string

Описание методов

ApplyAttributesTemplate() публичный статический Метод

public static ApplyAttributesTemplate ( Arebis.CodeGeneration.CodeTemplate template ) : void
template Arebis.CodeGeneration.CodeTemplate
Результат void

ApplyBackingStoreDefinition() публичный статический Метод

public static ApplyBackingStoreDefinition ( Arebis.CodeGeneration.CodeTemplate template, string type, string backingName, string efName ) : void
template Arebis.CodeGeneration.CodeTemplate
type string
backingName string
efName string
Результат void

GetEfPropName() публичный статический Метод

public static GetEfPropName ( System.Property prop ) : string
prop System.Property
Результат string