ResourceDataSet.ResourceCustomFieldsRow Members

Include Protected Members
Include Inherited Members

Represents a custom field value for a specific ResourceRow row.

The ResourceDataSet.ResourceCustomFieldsRow type exposes the following members.

Properties

 

Name

Description

Public property

CODE_VALUE

Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type GUID.

Public property

CUSTOM_FIELD_UID

Specifies the unique identifier for the custom field value.

Public property

DATE_VALUE

Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type DATE.

Public property

DUR_FMT

Specifies the display format you want for the DUR_VALUE property if the FIELD_TYPE_ENUM property is set to type DURATION.

Public property

DUR_VALUE

Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type DURATION.

Public property

FIELD_TYPE_ENUM

Specifies the PSDataType value for this custom field.

Public property

FLAG_VALUE

Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type YESNO.

Public property

HasErrors

(Inherited from DataRow.)

Public property

Item[Int32]

(Inherited from DataRow.)

Public property

Item[String]

(Inherited from DataRow.)

Public property

Item[DataColumn]

(Inherited from DataRow.)

Public property

Item[Int32, DataRowVersion]

(Inherited from DataRow.)

Public property

Item[String, DataRowVersion]

(Inherited from DataRow.)

Public property

Item[DataColumn, DataRowVersion]

(Inherited from DataRow.)

Public property

ItemArray

(Inherited from DataRow.)

Public property

MD_PROP_ID

Specifies an integer-formatted unique identifier for this custom field definition.

Public property

MD_PROP_NAME

Public property

MD_PROP_UID

Specifies a unique identifier for this custom field definition.

Public property

NUM_VALUE

Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type NUMBER.

Public property

RES_UID

Specifies the unique identifier of the resource to which this custom field belongs.

Public property

ResourcesRow

Public property

RowError

(Inherited from DataRow.)

Public property

RowState

(Inherited from DataRow.)

Public property

Table

(Inherited from DataRow.)

Public property

TEXT_VALUE

Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type STRING.

Top

Methods

 

Name

Description

Public method

AcceptChanges

(Inherited from DataRow.)

Public method

BeginEdit

(Inherited from DataRow.)

Public method

CancelEdit

(Inherited from DataRow.)

Public method

ClearErrors

(Inherited from DataRow.)

Public method

Delete

(Inherited from DataRow.)

Public method

EndEdit

(Inherited from DataRow.)

Public method

Equals

(Inherited from Object.)

Protected method

Finalize

(Inherited from Object.)

Public method

GetChildRows(String)

(Inherited from DataRow.)

Public method

GetChildRows(DataRelation)

(Inherited from DataRow.)

Public method

GetChildRows(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetChildRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetColumnError(Int32)

(Inherited from DataRow.)

Public method

GetColumnError(String)

(Inherited from DataRow.)

Public method

GetColumnError(DataColumn)

(Inherited from DataRow.)

Public method

GetColumnsInError

(Inherited from DataRow.)

Public method

GetHashCode

(Inherited from Object.)

Public method

GetParentRow(String)

(Inherited from DataRow.)

Public method

GetParentRow(DataRelation)

(Inherited from DataRow.)

Public method

GetParentRow(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRow(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRows(String)

(Inherited from DataRow.)

Public method

GetParentRows(DataRelation)

(Inherited from DataRow.)

Public method

GetParentRows(String, DataRowVersion)

(Inherited from DataRow.)

Public method

GetParentRows(DataRelation, DataRowVersion)

(Inherited from DataRow.)

Public method

GetType

(Inherited from Object.)

Public method

HasVersion

(Inherited from DataRow.)

Public method

IsCODE_VALUENull

Determines whether the CODE_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsDATE_VALUENull

Determines whether the DATE_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsDUR_FMTNull

Determines whether the DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsDUR_VALUENull

Determines whether the DUR_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsFIELD_TYPE_ENUMNull

Determines whether the FIELD_TYPE_ENUM property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsFLAG_VALUENull

Determines whether the FLAG_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsMD_PROP_IDNull

Determines whether the MD_PROP_ID property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsMD_PROP_NAMENull

Determines whether the MD_PROP_NAME property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsMD_PROP_UIDNull

Determines whether the MD_PROP_UID property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsNull(Int32)

(Inherited from DataRow.)

Public method

IsNull(String)

(Inherited from DataRow.)

Public method

IsNull(DataColumn)

(Inherited from DataRow.)

Public method

IsNull(DataColumn, DataRowVersion)

(Inherited from DataRow.)

Public method

IsNUM_VALUENull

Determines whether the NUM_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Public method

IsTEXT_VALUENull

Determines whether the TEXT_VALUE property is set to a a null reference (Nothing in Visual Basic) value.

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

RejectChanges

(Inherited from DataRow.)

Public method

SetAdded

(Inherited from DataRow.)

Public method

SetCODE_VALUENull

Sets the CODE_VALUE property to a a null reference (Nothing in Visual Basic) value.

Public method

SetColumnError(Int32, String)

(Inherited from DataRow.)

Public method

SetColumnError(String, String)

(Inherited from DataRow.)

Public method

SetColumnError(DataColumn, String)

(Inherited from DataRow.)

Public method

SetDATE_VALUENull

Sets the DATE_VALUE property to a a null reference (Nothing in Visual Basic) value.

Public method

SetDUR_FMTNull

Sets the DUR_FMT property to a a null reference (Nothing in Visual Basic) value.

Public method

SetDUR_VALUENull

Sets the DUR_VALUE property to a a null reference (Nothing in Visual Basic) value.

Public method

SetFIELD_TYPE_ENUMNull

Sets the FIELD_TYPE_ENUM property to a a null reference (Nothing in Visual Basic) value.

Public method

SetFLAG_VALUENull

Sets the FLAG_VALUE property to a a null reference (Nothing in Visual Basic) value.

Public method

SetMD_PROP_IDNull

Sets the MD_PROP_ID property to a a null reference (Nothing in Visual Basic) value.

Public method

SetMD_PROP_NAMENull

Sets the MD_PROP_NAME property to a a null reference (Nothing in Visual Basic) value.

Public method

SetMD_PROP_UIDNull

Sets the MD_PROP_UID property to a a null reference (Nothing in Visual Basic) value.

Public method

SetModified

(Inherited from DataRow.)

Protected method

SetNull

(Inherited from DataRow.)

Public method

SetNUM_VALUENull

Sets the NUM_VALUE property to a a null reference (Nothing in Visual Basic) value.

Public method

SetParentRow(DataRow)

(Inherited from DataRow.)

Public method

SetParentRow(DataRow, DataRelation)

(Inherited from DataRow.)

Public method

SetTEXT_VALUENull

Sets the TEXT_VALUE property to a a null reference (Nothing in Visual Basic) value.

Public method

ToString

(Inherited from Object.)

Top

See Also

Reference

ResourceDataSet.ResourceCustomFieldsRow Class

WebSvcTimeSheet Namespace