CacheManagerSectionViewModel Members
Include Protected Members
Include Inherited Members
The CacheManagerSectionViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CacheManagerSectionViewModel |
Methods
Name | Description | |
---|---|---|
AddChildToView |
Adds an element to the ChildElements collection.
(Inherited from ElementViewModel.) |
|
AddReferredFromRelatedElements |
Adds elements that visually refer to an element within the section.
(Inherited from SectionViewModel.) |
|
AncestorElements |
Gets all ancestors ElementViewModel for this ElementViewModel instance.
(Inherited from ElementViewModel.) |
|
BeforeSave | (Overrides SectionViewModel.BeforeSave(ConfigurationSection).) | |
ChildElement |
Retrieves a child element whose property name matches the specified property name.
(Inherited from ElementViewModel.) |
|
CreateBindable | (Overrides SectionViewModel.CreateBindable().) | |
CreateChild |
Creates a child ElementViewModel based on a PropertyDescriptor.
(Inherited from SectionViewModel.) |
|
CreateCollectionElement |
Creates a CollectionElementViewModel based on a ConfigurationElement.
(Inherited from SectionViewModel.) |
|
CreateCollectionElementAddCommand |
Creates the collection element add command(s) for the given element type within the ElementCollectionViewModel.
(Inherited from SectionViewModel.) |
|
CreateCommand<TCommandModel> | Overloaded. | |
CreateCustomCommands | Overloaded. | |
CreateDeleteCommand | Overloaded. | |
CreateElement |
Creates an ElementViewModel based on a PropertyDescriptor.
(Inherited from SectionViewModel.) |
|
CreateElementCollection |
Creates a ElementCollectionViewModel based on a PropertyDescriptor.
(Inherited from SectionViewModel.) |
|
CreateElementCollectionAddCommands |
Creates the add command for an ElementCollectionViewModel.
(Inherited from SectionViewModel.) |
|
CreateElementProperty |
Creates an ElementProperty based on a PropertyDescriptor.
(Inherited from SectionViewModel.) |
|
CreateOtherCommands |
Creates commands other than Add, Delete, or custom command specified via attribute, for this element.
(Inherited from ElementViewModel.) |
|
CreateProperty<TPropertyViewModel> |
Creates a Property.
(Inherited from SectionViewModel.) |
|
CreateProperty | Overloaded. | |
CreateReferenceElementProperty |
Creates an ElementReferenceProperty from a PropertyDescriptor.
(Inherited from SectionViewModel.) |
|
CreateValidatorInstance | (Inherited from SectionViewModel.) | |
Delete |
Deletes this element.
(Inherited from SectionViewModel.) |
|
DescendentConfigurationsOfType<T> |
Returns all descending ElementViewModel instances relative to this ElementViewModel whose ConfigurationType is assignable to T.
(Inherited from ElementViewModel.) |
|
DescendentElements | Overloaded. | |
Dispose | Overloaded. | |
ElementViewModelServiceDependencies |
Injection Method used to supply additional dependencies to the ElementViewModel.
(Inherited from ElementViewModel.) |
|
EnsureHasChildElements |
Ensures that that the children of this element have been discovered and populated for ChildElements.
(Inherited from ElementViewModel.) |
|
Equals | (Inherited from Object.) | |
ExpandSection |
Expands the section in the user-interface.
(Inherited from SectionViewModel.) |
|
Finalize | (Inherited from Object.) | |
GetAllChildElements |
Gets all the ElementViewModel instances that are directly contained in this ElementViewModel instance.
(Inherited from ElementViewModel.) |
|
GetAllCommands |
Creates or collections all the commands related to this ElementViewModel.
(Inherited from SectionViewModel.) |
|
GetAllProperties |
Gets all the Property(String) instances that are part of this ElementViewModel instance.
(Inherited from SectionViewModel.) |
|
GetHashCode | (Inherited from Object.) | |
GetLocalPathPart |
Gets a string that can be appended to the parent's Path to compose a Path used to uniquely identify this ElementViewModel.
(Inherited from SectionViewModel.) |
|
GetPromotedCommands |
Gets any commands promoted by their child elements.
(Inherited from ElementViewModel.) |
|
GetRelatedElements |
Determines all the elements visually related to the provided ElementViewModel within this section.
(Inherited from SectionViewModel.) |
|
GetType | (Inherited from Object.) | |
GetValidators |
Retrieves the Validator items for this element.
(Inherited from ElementViewModel.) |
|
Initialize | (Overrides ElementViewModel.Initialize(InitializeContext).) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeleted |
Invokes the Deleted event.
(Inherited from ElementViewModel.) |
|
OnDescendentElementsChanged |
Raises the DescendentElementsChanged event.
(Inherited from ElementViewModel.) |
|
OnElementReferencesChanged |
Invokes the ElementReferencesChanged event.
(Inherited from ElementViewModel.) |
|
OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ElementViewModel.) |
|
Property |
Gets the Property(String) with the specified propertyName.
(Inherited from ElementViewModel.)If the property cannot be found, returns nulla null reference (Nothing in Visual Basic). |
|
RemoveChildFromView |
Removes an element from the ChildElements collection.
(Inherited from ElementViewModel.) |
|
Save |
Invoked so the section will save itself to the IDesignConfigurationSource.
(Inherited from SectionViewModel.) |
|
Select |
Makes this element the selected one on the IApplicationModel.
(Inherited from ElementViewModel.) |
|
ToString | (Inherited from Object.) | |
Validate |
Validates this ElementViewModel and it's Properties.
(Inherited from ElementViewModel.) |
Fields
Name | Description | |
---|---|---|
DefaultNullBackingStore |
Properties
Name | Description | |
---|---|---|
AddCommands |
Returns the sub-set of add CommandModel commands from Commands
(Inherited from ElementViewModel.) |
|
Attributes |
Gets the attributes that where supplied to this ElementViewModel instance.
(Inherited from ElementViewModel.) |
|
Bindable |
Gets the element the view should bind to. By default it is the element itself.
(Inherited from ElementViewModel.) |
|
ChildElements |
Gets all ElementViewModel instances contained as direct child elements.
(Inherited from ElementViewModel.) |
|
Commands |
The CommandModel command associated with this configuration element.
(Inherited from ElementViewModel.) |
|
ConfigurationElement |
Gets the configuration element instance this ElementViewModel was created for.
(Inherited from ElementViewModel.) |
|
ConfigurationType |
Gets the type of the configuration element this ElementViewModel was created for.
(Inherited from ElementViewModel.) |
|
ContainingSection |
Gets the SectionViewModel that contains this ElementViewModel instance.
(Inherited from ElementViewModel.) |
|
CustomCommands |
Returns the subset of custom CommandModel commands from Commands
(Inherited from ElementViewModel.) |
|
DeclaringProperty |
Gets the property on the containing configuration element, this ElementViewModel was created for.
(Inherited from ElementViewModel.) |
|
DeleteCommand |
The delete CommandModel.
(Inherited from ElementViewModel.) |
|
ElementId |
Gets a unique identifier for this element.
(Inherited from ElementViewModel.) |
|
InheritedFromParentConfiguration |
Gets or sets a value indicating that this configuratio was inherited from a parent configuration (such as machine.config).
(Inherited from ElementViewModel.) |
|
IsElementPathReliableXPath |
Gets a value indicating that this Element's Path is reliable
(Inherited from SectionViewModel.) |
|
IsExpanded |
Gets or sets a value indicating if the section is expanded in the user-interface.
(Inherited from SectionViewModel.) |
|
IsNull |
Gets a value indicating that the underlying ConfigurationElement is nulla null reference (Nothing in Visual Basic)
(Inherited from ElementViewModel.) |
|
IsSelected |
Gets or sets the value indicating this element is selected.
(Inherited from ElementViewModel.) |
|
Name |
Gets the name of the ElementViewModel for use in the user-interface.
(Inherited from ElementViewModel.) |
|
NameProperty |
Gets the property that provides the 'name' for the element.
(Inherited from ElementViewModel.) |
|
NamePropertyInternalValue |
Gets the NameProperty internval value as a string representation.
(Inherited from ElementViewModel.) |
|
NullBackingStoreName | ||
ParentElement |
Gets the parent ElementViewModel for this ElementViewModel instance.
(Inherited from ElementViewModel.) |
|
Path |
Gets a string that can be used to uniquely identify this ElementViewModel.
(Inherited from ElementViewModel.) |
|
PromoteCommands |
Gets a boolean that indicates whether this ElementViewModel's add commands should be promoted to its parent ElementViewModel.
(Inherited from ElementViewModel.) |
|
Properties |
Gets all Property(String) instances for this ElementViewModel instance.
(Inherited from ElementViewModel.) |
|
PropertiesShown |
Gets or sets the value indicating if this element's Properties are shown in the view.
(Inherited from ElementViewModel.) |
|
ProtectionProviderProperty |
Gets the protection provider property.
(Inherited from SectionViewModel.) |
|
RequirePermissionProperty |
Gets the require permission property.
(Inherited from SectionViewModel.) |
|
SectionName |
Gets the name of this section.
(Inherited from SectionViewModel.) |
|
TypePath |
Gets the type path information for an ElementViewModel in the form ParentTypePath/ConfigurationElementType.
(Inherited from ElementViewModel.) |
|
ValidationResults |
The validation results for this ElementViewModel.
(Inherited from ElementViewModel.) |
Events
Name | Description | |
---|---|---|
ChildElementsCollectionChange |
Invoked when this element's ChildElements collection is changed.
(Inherited from ElementViewModel.) |
|
Deleted |
Raised when this element is deleted.
(Inherited from ElementViewModel.) |
|
DescendentElementsChanged |
Raised when DescendentElements() change.
(Inherited from ElementViewModel.) |
|
ElementReferencesChanged |
Raised when elements visually related to this element change.
(Inherited from ElementViewModel.) |
|
PropertyChanged |
Occurs when a property value changes.
(Inherited from ElementViewModel.) |
See Also
CacheManagerSectionViewModel Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics Namespace