C# Class Composite.Core.ResourceSystem.LocalizationFiles.Composite_GeneratedTypes

Afficher le fichier Open project: Orckestra/C1-CMS

Méthodes publiques

Méthode Description
FieldNameCannotBeUsed ( object parameter0 ) : string

"The field name '{0}' can not be used"

NameSpaceIsTypeTypeName ( object parameter0 ) : string

"The specified 'Type namespace' is already in use as a 'Type name' (namespace + name). Consider changing the name of '{0}' to '{0}.Item'."

TypeNameInNamespace ( object parameter0, object parameter1 ) : string

"The type name '{0}' appears in the namespace '{1}' - this is not allowed"

TypeNameIsInvalidIdentifier ( object parameter0 ) : string

"The type name '{0}' is not a valid identifier."

Private Methods

Méthode Description
T ( string key ) : string

Method Details

FieldNameCannotBeUsed() public static méthode

"The field name '{0}' can not be used"
public static FieldNameCannotBeUsed ( object parameter0 ) : string
parameter0 object
Résultat string

NameSpaceIsTypeTypeName() public static méthode

"The specified 'Type namespace' is already in use as a 'Type name' (namespace + name). Consider changing the name of '{0}' to '{0}.Item'."
public static NameSpaceIsTypeTypeName ( object parameter0 ) : string
parameter0 object
Résultat string

TypeNameInNamespace() public static méthode

"The type name '{0}' appears in the namespace '{1}' - this is not allowed"
public static TypeNameInNamespace ( object parameter0, object parameter1 ) : string
parameter0 object
parameter1 object
Résultat string

TypeNameIsInvalidIdentifier() public static méthode

"The type name '{0}' is not a valid identifier."
public static TypeNameIsInvalidIdentifier ( object parameter0 ) : string
parameter0 object
Résultat string