pmMDA.NET

ViewDefinition Members

ViewDefinition overview

Public Static Operators

Equality Operator 
Inequality Operator 

Public Instance Constructors

ViewDefinition Constructor

Public Instance Properties

DoType Gets the Type of the data object, this view definition applies to.
IndexedProperties Gets an array of all indexed property definitions of this view definition.
Name Gets the name of the view definition
PrimitiveProperties Gets an array of all primitive property definitions of this view definition.
SingleProperties Gets an array of all single property definitions of this view definition.

Public Instance Methods

AddIndexedProperty Adds a indexed property definition to this view definition.
AddPrimitiveProperty Adds a primitive property definition to this view definition.
AddSingleProperty Adds a single property definition to this view definition.
Equals 
FindIndexedProperty 
FindPrimitiveProperty 
FindSingleProperty 
GetHashCode 
GetType (inherited from Object) Gets the Type of the current instance.
ResolvePath 
ToString (inherited from Object) Returns a String that represents the current Object.

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.

See Also

ViewDefinition Class | PmMda.Net.Views.Definition Namespace