Méthode | Description | |
---|---|---|
DataTypeRegistration ( string dataTypeInstanceName, string propertyEditorAlias, |
Represents the information needed to map an Umbraco data type to a .NET property type
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
Méthode | Description | |
---|---|---|
DataTypeRegistration ( ) : System |
|
public DataTypeRegistration ( string dataTypeInstanceName, string propertyEditorAlias, |
||
dataTypeInstanceName | string | The data type instance name |
propertyEditorAlias | string | The property editor alias |
converterType | The type converter to use to transform the Umbraco value into its .NET counterpart | |
dbType | DatabaseType | |
definition | IDataTypeDefinition | |
codeFirstControlled | bool | |
Résultat | System |