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

ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method 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

Method Description
T ( string key ) : string

Method Details

FieldNameCannotBeUsed() public static method

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

NameSpaceIsTypeTypeName() public static method

"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
return string

TypeNameInNamespace() public static method

"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
return string

TypeNameIsInvalidIdentifier() public static method

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