PeanutButter
|
Interface for dealing with the backing properties of the FakeModelMetadata. More...
Public Member Functions | |
void | Init (ModelMetadataIdentity identity) |
Initialize with a ModelMetadataIdentity. |
Properties | |
IReadOnlyDictionary< object, object > | _AdditionalValues [get, set] |
Sets the AdditionalValues collection. | |
ModelPropertyCollection | _Properties [get, set] |
Sets the ModelPropertyCollection. | |
string | _BinderModelName [get, set] |
Sets the BinderModelName. | |
Type | _BinderType [get, set] |
Sets the Binder Type. | |
BindingSource | _BindingSource [get, set] |
Sets the BindingSource. | |
bool | _ConvertEmptyStringToNull [get, set] |
Sets the ConvertEmptyStringToNull flag. | |
string | _DataTypeName [get, set] |
Sets the DataTimeName. | |
string | _Description [get, set] |
Sets the description. | |
string | _DisplayFormatString [get, set] |
Sets the DisplayFormatString. | |
string | _DisplayName [get, set] |
Sets the DisplayName. | |
string | _EditFormatString [get, set] |
Sets the EditFormatString. | |
ModelMetadata | _ElementMetadata [get, set] |
Sets the Element Metadata. | |
IEnumerable< KeyValuePair< EnumGroupAndName, string > > | _EnumGroupedDisplayNamesAndValues [get, set] |
Sets the ENumGroupedDisplayNamesAndValues. | |
IReadOnlyDictionary< string, string > | _EnumNamesAndValues [get, set] |
Sets the EnumNamesAndValues. | |
bool | _HasNonDefaultEditFormat [get, set] |
Sets the HasNonDefaultEditFormat flag. | |
bool | _HtmlEncode [get, set] |
Sets the HtmlEncode flag. | |
bool | _HideSurroundingHtml [get, set] |
Sets the HideSurroundingHtml flag. | |
bool | _IsBindingAllowed [get, set] |
Sets the IsBindingAllowed flag. | |
bool | _IsBindingRequired [get, set] |
Sets the IsBindingRequired flag. | |
bool | _IsEnum [get, set] |
Sets the IsEnum flag. | |
bool | _IsFlagsEnum [get, set] |
Sets the IsFlagsEnum flag. | |
bool | _IsReadOnly [get, set] |
Sets the IsReadOnly flag. | |
bool | _IsRequired [get, set] |
Sets the IsRequired flag. | |
ModelBindingMessageProvider | _ModelBindingMessageProvider [get, set] |
Sets the ModelBindingMessageProvider. | |
int | _Order [get, set] |
Sets the Order. | |
string | _Placeholder [get, set] |
Sets the Placeholder text. | |
string | _NullDisplayText [get, set] |
Sets the NullDisplayText. | |
IPropertyFilterProvider | _PropertyFilterProvider [get, set] |
Sets the PropertyFilterProvider. | |
bool | _ShowForDisplay [get, set] |
Sets the ShowForDisplay flag. | |
bool | _ShowForEdit [get, set] |
Sets the ShowForEdit flag. | |
string | _SimpleDisplayProperty [get, set] |
Sets the SimpleDisplayProperty. | |
string | _TemplateHint [get, set] |
Sets the TemplateHint. | |
bool | _ValidateChildren [get, set] |
Sets the ValidateChildren flag. | |
IReadOnlyList< object > | _ValidatorMetadata [get, set] |
Sets the ValidatorMetadata. | |
Func< object, object > | _PropertyGetter [get, set] |
Sets the PropertyGetter func. | |
Action< object, object > | _PropertySetter [get, set] |
Sets the PropertySetter action. |
Interface for dealing with the backing properties of the FakeModelMetadata.
void PeanutButter.TestUtils.AspNetCore.Fakes.IFakeModelMetadata.Init | ( | ModelMetadataIdentity | identity | ) |
Initialize with a ModelMetadataIdentity.
identity |
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the AdditionalValues collection.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the BinderModelName.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the Binder Type.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the BindingSource.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ConvertEmptyStringToNull flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the DataTimeName.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the description.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the DisplayFormatString.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the DisplayName.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the EditFormatString.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the Element Metadata.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ENumGroupedDisplayNamesAndValues.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the EnumNamesAndValues.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the HasNonDefaultEditFormat flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the HideSurroundingHtml flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the HtmlEncode flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the IsBindingAllowed flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the IsBindingRequired flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the IsEnum flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the IsFlagsEnum flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the IsReadOnly flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the IsRequired flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ModelBindingMessageProvider.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the NullDisplayText.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the Order.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the Placeholder text.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ModelPropertyCollection.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the PropertyFilterProvider.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the PropertyGetter func.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the PropertySetter action.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ShowForDisplay flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ShowForEdit flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the SimpleDisplayProperty.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the TemplateHint.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ValidateChildren flag.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.
|
getset |
Sets the ValidatorMetadata.
Implemented in PeanutButter.TestUtils.AspNetCore.Fakes.FakeModelMetadata.