IDataObject

Defines an object of the application data model.

Declaration Syntax

public interface IDataObject

Table 1902: Members

Property

Id

Gets the ID for the object.

Property

Name

Gets the name for the object.

Property

PropertyNames

Gets the list of properties.

Property

Type

Gets the type for the object.

Method

PropertyValue(string)

Returns the value of the property that matches the specified name.

Method

PropertyValue(string, object)

Assigns the given value to the property that matches the specified name.