pmMDA.NET

ViewBagOrListProperty Members

ViewBagOrListProperty overview

Public Instance Properties

Count Gets the number of Views actually contained in the ViewBagOrListProperty
Definition (inherited from ViewIndexedProperty) TODO: Definition property summary
Item Gets the View at the specified index.
ParentView (inherited from ViewPropertyBase) Gets the View that owns this property.

Public Instance Methods

Add Adds a View to the end of the ViewBagOrListProperty.
Clear Removes all Views from the ViewBagOrListProperty
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator for the entire ViewBagOrListProperty.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData Populates a SerializationInfo with the data needed to serialize the ViewBagOrListProperty.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Searches for the specified Object and returns the zero-based index of the first occurrence within the entire ViewBagOrListProperty.
Insert Inserts an View into the ViewBagOrListProperty at the specified index.
Remove Removes the first occurrence of a specific View from the ViewBagOrListProperty.
RemoveAt Removes the View at the specified index of the ViewBagOrListProperty property.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

ViewBagOrListProperty Overloaded. Initializes a new instance of the ViewBagOrListProperty class.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
ResolvePath (inherited from ViewPropertyBase) Resolves a path expression, starting from a given IDataObject.

Protected Internal Instance Methods

Initialize (inherited from ViewPropertyBase) Initialises the ViewPropertyBase by assigning it to a View.

Internal Instance Constructors

ViewBagOrListProperty Overloaded. Initializes a new instance of the ViewBagOrListProperty class.

See Also

ViewBagOrListProperty Class | PmMda.Net.Views Namespace