Skip to content

ERPConnect.BW.MembersRow

Namespace: ERPConnect.BW
Assembly: ERPConnectStandard20.dll

The MembersRow class represent a single row of a Members DataTable

public class MembersRow : DataRow

Inheritance

objectDataRowMembersRow

Inherited Members

DataRow.AcceptChanges(), DataRow.BeginEdit(), DataRow.CancelEdit(), DataRow.Delete(), DataRow.EndEdit(), DataRow.SetColumnError(int, string), DataRow.SetColumnError(string, string), DataRow.SetColumnError(DataColumn, string), DataRow.GetColumnError(int), DataRow.GetColumnError(string), DataRow.GetColumnError(DataColumn), DataRow.ClearErrors(), DataRow.GetColumnsInError(), DataRow.GetChildRows(string), DataRow.GetChildRows(string, DataRowVersion), DataRow.GetChildRows(DataRelation), DataRow.GetChildRows(DataRelation, DataRowVersion), DataRow.GetParentRow(string), DataRow.GetParentRow(string, DataRowVersion), DataRow.GetParentRow(DataRelation), DataRow.GetParentRow(DataRelation, DataRowVersion), DataRow.GetParentRows(string), DataRow.GetParentRows(string, DataRowVersion), DataRow.GetParentRows(DataRelation), DataRow.GetParentRows(DataRelation, DataRowVersion), DataRow.HasVersion(DataRowVersion), DataRow.IsNull(int), DataRow.IsNull(string), DataRow.IsNull(DataColumn), DataRow.IsNull(DataColumn, DataRowVersion), DataRow.RejectChanges(), DataRow.SetNull(DataColumn), DataRow.SetParentRow(DataRow), DataRow.SetParentRow(DataRow, DataRelation), DataRow.SetAdded(), DataRow.SetModified(), DataRow.RowError, DataRow.RowState, DataRow.Table, DataRow.this[int], DataRow.this[string], DataRow.this[DataColumn], DataRow.this[int, DataRowVersion], DataRow.this[string, DataRowVersion], DataRow.this[DataColumn, DataRowVersion], DataRow.ItemArray, DataRow.HasErrors, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

MemberCaption

The caption of the member

public string MemberCaption { get; set; }

Property Value

string

MemberName

Name of the member

public string MemberName { get; set; }

Property Value

string

ParentUniqueName

The unique name of the parent member

public string ParentUniqueName { get; set; }

Property Value

string

UniqueName

Defines a unique name for this member

public string UniqueName { get; set; }

Property Value

string

Methods

IsMemberCaptionNull()

Defines if the column MemberCaption is null

public bool IsMemberCaptionNull()

Returns

bool

IsMemberNameNull()

Defines if the column MemberName is null

public bool IsMemberNameNull()

Returns

bool

true / false

IsParentUniqueNameNull()

Defines if the column ParentUniqueMember is null

public bool IsParentUniqueNameNull()

Returns

bool

true / false

IsUniqueNameNull()

Defines if the column UniqueMember is null

public bool IsUniqueNameNull()

Returns

bool

true / false

SetMemberCaptionNull()

Sets the column MemberCaption to null

public void SetMemberCaptionNull()

SetMemberNameNull()

Sets the column MemberName to null

public void SetMemberNameNull()

SetParentUniqueNameNull()

Sets the column ParentUnqiueName to null

public void SetParentUniqueNameNull()

SetUniqueNameNull()

Sets the column UniqueMember to null

public void SetUniqueNameNull()