Namespace MediaBrowser.Model.Attributes
Classes
AliasesAttribute
Attribute for specifying one or more string aliases for an enum entry.
AutoPostBackAttribute
Attribute indicating that a property change should cause a postback.
ColorAttribute
Attribute for specifying a color.
DecimalsAttribute
Attribute indicating the number of decimal places for display and editing.
DetailsAttribute
Attribute for specifying additional information for an enum entry.
EditFilePickerAttribute
Attribute indicating that a file picker should be used for editing.
EditFolderPickerAttribute
Attribute indicating that a folder picker should be used for editing.
EditMultilineAttribute
Attribute indicating that a multiline field should be used for editing.
EditMultilSelectAttribute
Attribute indicating that a select item should allow multiple selection.
EnabledConditionAttribute
Attribute defining a condition on a sibling property value for controlling enabled state.
GridDataSourceAttribute
Attribute indicating the property containing the data source.
GridFilterSourceAttribute
Attribute indicating the property containing a filter expression.
GridSelectionSourceAttribute
Attribute indicating the property containing a collection of selected keys.
IntValueAttribute
Attribute for specifying a tag string that is used for creating unique codec IDs.
IsAdvancedAttribute
Attribute indicating that a property corresponds to advanced functionality.
IsPasswordAttribute
Attribute indicating that a property needs to be treated as password for display and editing.
MaxLengthAttribute
Attribute indicating a maximum length for editing string fields.
MaxValueAttribute
Attribute indicating the maximum value of a numeric property.
MinValueAttribute
Attribute indicating the minimum value of a numeric property.
OrdinalAttribute
Attribute indicating the rank of an enum value with regards to a certain ordering rule.
PropertyConditionAttribute
Attribute base class for specifying a condition on a sibling property value.
RadioItemsSourceAttribute
Attribute indicating that available radio items are provided by another property.
RelatedGuidAttribute
Attribute for specifying a tag string that is used for creating unique codec IDs.
RequiredAttribute
Attribute indicating that a property value must not remain null or empty when editing.
SelectItemsSourceAttribute
Attribute indicating that available select items are provided by another property.
SelectShowRadioGroupAttribute
Attribute indicating that available select items should be shown as radio group.
TristateFalseTextAttribute
Attribute indicating a text for the 'false' value in case of nullable bool fields.
TristateTrueTextAttribute
Attribute indicating a text for the 'true' value in case of nullable bool fields.
ValueAttribute
Attribute for specifying a tag string that is used for creating unique codec IDs.
VisibleConditionAttribute
Attribute defining a condition on a sibling property value for controlling visibility.
Enums
SimpleCondition
Conditions on the source value.
ValueCondition
Conditions for comparing with a target value.