Свойство | Type | Description | |
---|---|---|---|
BindingIsOptional | bool | ||
DataTypeDescriptorFormsHelper | System | ||
GenerateForm | void | ||
GetAvailablePublishingFlowTransitions | string>.Dictionary | ||
GetBindingName | string | ||
GetDefaultValue | object | ||
GetFieldBindingType | |||
IsNotFieldBinding | bool | ||
IsNullableStringReference | bool |
Méthode | Description | |
---|---|---|
AddReadOnlyField ( string fieldName ) : void | ||
AddReadOnlyFields ( IEnumerable |
||
BindingsToObject ( object>.Dictionary |
||
DataTypeDescriptorFormsHelper ( |
||
DataTypeDescriptorFormsHelper ( |
Creates an instance of DataTypeDescriptorFormsHelper
|
|
DataTypeDescriptorFormsHelper ( |
||
DataTypeDescriptorFormsHelper ( |
||
GetBindingName ( string prefix, string bindingName ) : string | ||
GetBindings ( IData dataObject ) : object>.Dictionary |
||
GetBindings ( IData dataObject, bool allowMandatoryNonDefaultingProperties ) : object>.Dictionary |
||
GetBindingsValidationRules ( IData data ) : List |
||
GetForm ( ) : string | ||
GetNewBindings ( ) : object>.Dictionary |
||
ObjectToBindings ( IData dataObject, object>.Dictionary |
||
UpdateWithBindings ( IData dataObject, object>.Dictionary |
||
UpdateWithNewBindings ( object>.Dictionary |
Méthode | Description | |
---|---|---|
BindingIsOptional ( string bindingName ) : bool | ||
DataTypeDescriptorFormsHelper ( ) : System | ||
GenerateForm ( ) : void | ||
GetAvailablePublishingFlowTransitions ( |
||
GetBindingName ( Composite.Data.DynamicTypes.DataFieldDescriptor dataFieldDescriptor ) : string | ||
GetDefaultValue ( |
||
GetFieldBindingType ( Composite.Data.DynamicTypes.DataFieldDescriptor fieldDescriptor ) : |
||
IsNotFieldBinding ( string bindingName ) : bool | ||
IsNullableStringReference ( |
public AddReadOnlyField ( string fieldName ) : void | ||
fieldName | string | |
Résultat | void |
public AddReadOnlyFields ( IEnumerable |
||
fieldNames | IEnumerable |
|
Résultat | void |
public BindingsToObject ( object>.Dictionary |
||
bindings | object>.Dictionary | |
dataObject | IData | |
Résultat | string>.Dictionary |
public DataTypeDescriptorFormsHelper ( |
||
dataTypeDescriptor | ||
Résultat | System |
public DataTypeDescriptorFormsHelper ( |
||
dataTypeDescriptor | ||
showPublicationStatusSelector | bool | |
entityToken | EntityToken is used for resolving to which publication states, current user has access to. | |
Résultat | System |
public DataTypeDescriptorFormsHelper ( |
||
dataTypeDescriptor | ||
bindingNamesPrefix | string | |
Résultat | System |
public DataTypeDescriptorFormsHelper ( |
||
dataTypeDescriptor | ||
bindingNamesPrefix | string | |
showPublicationStatusSelector | bool | |
entityToken | ||
Résultat | System |
public static GetBindingName ( string prefix, string bindingName ) : string | ||
prefix | string | |
bindingName | string | |
Résultat | string |
public GetBindings ( IData dataObject ) : object>.Dictionary |
||
dataObject | IData | |
Résultat | object>.Dictionary |
public GetBindings ( IData dataObject, bool allowMandatoryNonDefaultingProperties ) : object>.Dictionary |
||
dataObject | IData | |
allowMandatoryNonDefaultingProperties | bool | |
Résultat | object>.Dictionary |
public GetBindingsValidationRules ( IData data ) : List |
||
data | IData | |
Résultat | List |
public GetNewBindings ( ) : object>.Dictionary |
||
Résultat | object>.Dictionary |
public ObjectToBindings ( IData dataObject, object>.Dictionary |
||
dataObject | IData | |
bindings | object>.Dictionary | |
Résultat | string>.Dictionary |
public UpdateWithBindings ( IData dataObject, object>.Dictionary |
||
dataObject | IData | |
bindings | object>.Dictionary | |
Résultat | void |
public UpdateWithNewBindings ( object>.Dictionary |
||
bindings | object>.Dictionary | |
Résultat | void |