Class NamingRules
Inheritance
System.Object
NamingRules
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public class NamingRules
Constructors
NamingRules()
Declaration
public NamingRules()
Properties
AddPrefix
Declaration
public string AddPrefix { get; set; }
Property Value
|
System.String
|
AddSuffix
Declaration
public string AddSuffix { get; set; }
Property Value
|
System.String
|
CapitalLetterAsWordDelimiter
Declaration
public bool CapitalLetterAsWordDelimiter { get; set; }
Property Value
|
System.Boolean
|
CaseMode
IsPrefixSuffixEnabled
Declaration
public bool IsPrefixSuffixEnabled { get; set; }
Property Value
|
System.Boolean
|
NavigationCollectionMode
NavigationReferenceMode
PluralizationMode
Declaration
public PluralizationModes PluralizationMode { get; set; }
Property Value
|
PluralizationModes
|
PluralizationModeCollections
Declaration
public PluralizationModes PluralizationModeCollections { get; set; }
Property Value
|
PluralizationModes
|
RemovePrefix
Declaration
public string RemovePrefix { get; set; }
Property Value
|
System.String
|
RemoveSuffix
Declaration
public string RemoveSuffix { get; set; }
Property Value
|
System.String
|
RemoveUnderscore
Declaration
public bool RemoveUnderscore { get; set; }
Property Value
|
System.Boolean
|
SchemaNameAsPrefix
Declaration
public bool SchemaNameAsPrefix { get; set; }
Property Value
|
System.Boolean
|
ShouldApplyPropertyNamingRuleOnReference
Declaration
public bool ShouldApplyPropertyNamingRuleOnReference { get; set; }
Property Value
|
System.Boolean
|
UnderscoreAsWordDelimiter
Declaration
public bool UnderscoreAsWordDelimiter { get; set; }
Property Value
|
System.Boolean
|