ObjectPropertyData Class

Definition

Represents information about the properties of the data.

public ref class ObjectPropertyData : Microsoft::SqlServer::Management::Data::PropertyData
public class ObjectPropertyData : Microsoft.SqlServer.Management.Data.PropertyData
type ObjectPropertyData = class
    inherit PropertyData
Public Class ObjectPropertyData
Inherits PropertyData
Inheritance
ObjectPropertyData

Constructors

ObjectPropertyData(Int32, Stack<String>, PropertyInfo)

Initializes a new instance of the ObjectPropertyData class with the specified count, names, and information for the properties.

Properties

Attributes

Gets a collection of the attributes for the object.

(Inherited from PropertyData)
Dirty

Gets or sets the value that indicates whether a PropertyData object has been modified since the last time the data was saved.

(Inherited from PropertyData)
Enabled

Gets or sets a value that indicates whether the property value is enabled.

(Inherited from PropertyData)
IsNull

Gets a value that indicates whether the specified data contains a null value.

(Inherited from PropertyData)
Name

Gets the string value for the property.

(Inherited from PropertyData)
Required

Gets or sets the required value for the property.

(Inherited from PropertyData)
Type

Gets the specified type of the property.

(Inherited from PropertyData)
Value

Gets or sets the current value of the property.

(Inherited from PropertyData)
Writable

Gets or sets a value that indicates whether the property is writable.

(Inherited from PropertyData)

Methods

AppendAttribute(Attribute[])

Specifies the attribute to be used in the property.

(Inherited from PropertyData)
AppendAttribute(AttributeCollection)

Specifies the attribute to be used in the collection within the property.

(Inherited from PropertyData)
AppendAttribute(IEnumerable<Attribute>)

Returns an IEnumerator for the attribute.

(Inherited from PropertyData)
Commit(Object)

Commits the property of an object.

CompareTo(ISfcProperty)

Indicates a specified property to be compared with another object.

(Inherited from PropertyData)
CompareTo(Object)

Compares the current instance with another object of the same type.

(Inherited from PropertyData)
Equals(ISfcProperty)

Indicates whether this instance and a specified object are equal.

(Inherited from PropertyData)
Initialize(Object)

Initializes the property of an object.

OnPropertyChanged(String)

Raises the INotifyPropertyChanged event.

Events

PropertyChanged

Represents an instance of a changed property. This class cannot be inherited.

(Inherited from PropertyData)

Applies to