SingletonCollectionElementViewModel Members

Include Protected Members
Include Inherited Members

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

The SingletonCollectionElementViewModel type exposes the following members.

Constructors

  Name Description
Public method SingletonCollectionElementViewModel(ElementCollectionViewModel, ConfigurationElement)
Initializes a new instance of the SingletonCollectionElementViewModel class
Public method SingletonCollectionElementViewModel(ElementCollectionViewModel, ConfigurationElement, IEnumerable<Attribute>)
Initializes a new instance of the SingletonCollectionElementViewModel class

Methods

  Name Description
Protected method AddChildToView (Inherited from ElementViewModel.)
Public method AncestorElements (Inherited from ElementViewModel.)
Public method ChildElement (Inherited from ElementViewModel.)
Protected method CreateBindable (Inherited from ElementViewModel.)
Protected method CreateCustomCommands (Inherited from ElementViewModel.)
Protected method CreateDeleteCommand (Inherited from ElementViewModel.)
Protected method CreateOtherCommands (Inherited from ElementViewModel.)
Public method Delete (Inherited from CollectionElementViewModel.)
Public method DescendentConfigurationsOfType``1 (Inherited from ElementViewModel.)
Public method DescendentElements() (Inherited from ElementViewModel.)
Public method DescendentElements(Func<ElementViewModel, Boolean>) (Inherited from ElementViewModel.)
Public method Dispose() (Inherited from ViewModel.)
Protected method Dispose(Boolean) (Inherited from ElementViewModel.)
Public method ElementViewModelServiceDependencies (Inherited from ElementViewModel.)
Protected method EnsureHasChildElements (Inherited from ElementViewModel.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetAllChildElements (Inherited from ElementViewModel.)
Protected method GetAllCommands (Overrides CollectionElementViewModelGetAllCommands().)
Protected method GetAllProperties (Inherited from ElementViewModel.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetLocalPathPart (Inherited from CollectionElementViewModel.)
Protected method GetPromotedCommands (Inherited from ElementViewModel.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method GetValidators (Inherited from ElementViewModel.)
Public method Initialize (Inherited from ElementViewModel.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnDeleted (Inherited from ElementViewModel.)
Protected method OnDescendentElementsChanged (Inherited from ElementViewModel.)
Protected method OnElementReferencesChanged (Inherited from ElementViewModel.)
Protected method OnPropertyChanged (Inherited from ElementViewModel.)
Public method Property (Inherited from ElementViewModel.)
Protected method RemoveChildFromView (Inherited from ElementViewModel.)
Public method Select (Inherited from ElementViewModel.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method Validate (Inherited from ElementViewModel.)

Properties

  Name Description
Public property AddCommands (Inherited from ElementViewModel.)
Public property Attributes (Inherited from ElementViewModel.)
Public property Bindable (Inherited from ElementViewModel.)
Public property ChildElements (Inherited from ElementViewModel.)
Public property Commands (Inherited from ElementViewModel.)
Public property ConfigurationElement (Inherited from ElementViewModel.)
Public property ConfigurationType (Inherited from ElementViewModel.)
Public property ContainingSection (Inherited from ElementViewModel.)
Public property CustomCommands (Inherited from ElementViewModel.)
Public property DeclaringProperty (Inherited from ElementViewModel.)
Public property DeleteCommand (Inherited from ElementViewModel.)
Public property ElementId (Inherited from ElementViewModel.)
Public property InheritedFromParentConfiguration (Inherited from ElementViewModel.)
Public property IsElementPathReliableXPath (Inherited from CollectionElementViewModel.)
Public property IsNull (Inherited from ElementViewModel.)
Public property IsSelected (Inherited from ElementViewModel.)
Public property MoveDown (Inherited from CollectionElementViewModel.)
Public property MoveUp (Inherited from CollectionElementViewModel.)
Public property Name (Inherited from ElementViewModel.)
Public property NameProperty (Inherited from ElementViewModel.)
Public property NamePropertyInternalValue (Inherited from ElementViewModel.)
Public property ParentElement (Inherited from ElementViewModel.)
Public property Path (Inherited from ElementViewModel.)
Public property PromoteCommands (Inherited from ElementViewModel.)
Public property Properties (Inherited from ElementViewModel.)
Public property PropertiesShown (Inherited from ElementViewModel.)
Public property TypePath (Inherited from ElementViewModel.)
Public property ValidationResults (Inherited from ElementViewModel.)

Events

  Name Description
Public event ChildElementsCollectionChange (Inherited from ElementViewModel.)
Public event Deleted (Inherited from ElementViewModel.)
Public event DescendentElementsChanged (Inherited from ElementViewModel.)
Public event ElementReferencesChanged (Inherited from ElementViewModel.)
Public event PropertyChanged (Inherited from ElementViewModel.)

See Also

SingletonCollectionElementViewModel Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration.Design.ViewModel Namespace