RetryPolicyConfigurationSettingsViewModel 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 RetryPolicyConfigurationSettingsViewModel type exposes the following members.

Constructors

  Name Description
Public method RetryPolicyConfigurationSettingsViewModel
Initializes a new instance of the RetryPolicyConfigurationSettingsViewModel class

Methods

  Name Description
Protected method AddChildToView (Inherited from ElementViewModel.)
Protected method AddReferredFromRelatedElements (Inherited from SectionViewModel.)
Public method AncestorElements (Inherited from ElementViewModel.)
Protected method BeforeSave (Inherited from SectionViewModel.)
Public method ChildElement (Inherited from ElementViewModel.)
Protected method CreateBindable (Overrides SectionViewModelCreateBindable().)
Public method CreateChild (Inherited from SectionViewModel.)
Public method CreateCollectionElement (Inherited from SectionViewModel.)
Public method CreateCollectionElementAddCommand (Inherited from SectionViewModel.)
Public method CreateCommand``1(Dictionary<Type, Object>) (Inherited from SectionViewModel.)
Public method CreateCommand``1(ElementViewModel) (Inherited from SectionViewModel.)
Protected method CreateCustomCommands() (Inherited from ElementViewModel.)
Public method CreateCustomCommands(ElementViewModel, IEnumerable<Attribute>) (Inherited from SectionViewModel.)
Protected method CreateDeleteCommand() (Inherited from ElementViewModel.)
Public method CreateDeleteCommand(ElementViewModel, IEnumerable<Attribute>) (Inherited from SectionViewModel.)
Public method CreateDeleteCommand(ElementViewModel, IEnumerable<Attribute>, Type) (Inherited from SectionViewModel.)
Public method CreateElement (Inherited from SectionViewModel.)
Public method CreateElementCollection (Inherited from SectionViewModel.)
Public method CreateElementCollectionAddCommands (Inherited from SectionViewModel.)
Public method CreateElementProperty (Inherited from SectionViewModel.)
Protected method CreateOtherCommands (Inherited from ElementViewModel.)
Public method CreateProperty(Object, PropertyDescriptor) (Inherited from SectionViewModel.)
Public method CreateProperty(Type, array<ResolverOverride[]) (Inherited from SectionViewModel.)
Public method CreateProperty``1(array<ResolverOverride[]) (Inherited from SectionViewModel.)
Protected method CreateReferenceElementProperty (Inherited from SectionViewModel.)
Public method CreateValidatorInstance (Inherited from SectionViewModel.)
Public method Delete (Inherited from SectionViewModel.)
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.)
Public method ExpandSection (Inherited from SectionViewModel.)
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 (Inherited from SectionViewModel.)
Protected method GetAllProperties (Inherited from SectionViewModel.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetLocalPathPart (Inherited from SectionViewModel.)
Protected method GetPromotedCommands (Inherited from ElementViewModel.)
Public method GetRelatedElements (Inherited from SectionViewModel.)
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 Save
Save the configuration source.
(Overrides SectionViewModelSave(IDesignConfigurationSource).)
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 SectionViewModel.)
Public property IsExpanded (Inherited from SectionViewModel.)
Public property IsNull (Inherited from ElementViewModel.)
Public property IsSelected (Inherited from ElementViewModel.)
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 ProtectionProviderProperty (Inherited from SectionViewModel.)
Public property RequirePermissionProperty (Inherited from SectionViewModel.)
Public property SectionName (Inherited from SectionViewModel.)
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

RetryPolicyConfigurationSettingsViewModel Class

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