SchemaItemObject Members

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > SchemaItemObject Class >

SchemaItemObject Members

The SchemaItemObject type exposes the following members.

Methods


Name

Description

Public method

Equals(System.Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)

Public method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Properties


Name

Description

Public property

AllowDbNull

Gets or sets a value indicating whether [allow database null].

Gets or sets a value indicating whether [allow database null].

Public property

AlternateKeyName

Gets or sets the name of the alternate key.

Gets or sets the name of the alternate key.

Public property

CalculatedColumn

Gets or sets the calculated column.

Gets or sets the calculated column.

Public property

CanDelete

Gets or sets a value indicating whether this instance can delete.

Gets or sets a value indicating whether this instance can delete.

Public property

CanGet

Gets or sets a value indicating whether this instance can get.

Gets or sets a value indicating whether this instance can get.

Public property

CanPost

Gets or sets a value indicating whether this instance can post.

Gets or sets a value indicating whether this instance can post.

Public property

CanPut

Gets or sets a value indicating whether this instance can put.

Gets or sets a value indicating whether this instance can put.

Public property

ColumnAttribute

Gets or sets the column attribute.

Gets or sets the column attribute.

Public property

ColumnLabel

Gets or sets the column label.

Gets or sets the column label.

Public property

ColumnName

Gets or sets the name of the column.

Gets or sets the name of the column.

Public property

ColumnSequence

Gets or sets the column sequence.

Gets or sets the column sequence.

Public property

ColumnSize

Gets or sets the size of the column.

Gets or sets the size of the column.

Public property

ColumnType

Gets or sets the type of the column.

Gets or sets the type of the column.

Public property

ComputedColumnSql

Gets or sets the computed column SQL.

Gets or sets the computed column SQL.

Public property

ConstraintName

Gets or sets the name of the constraint.

Gets or sets the name of the constraint.

Public property

DefaultValue

Gets or sets the default value.

Gets or sets the default value.

Public property

DefaultValueSql

Gets or sets the default value SQL.

Gets or sets the default value SQL.

Public property

HasSequence

Gets or sets a value indicating whether this instance has sequence.

Gets or sets a value indicating whether this instance has sequence.

Public property

IndexName

Gets or sets the name of the index.

Gets or sets the name of the index.

Public property

IsAutoIncrement

Gets or sets a value indicating whether this instance is automatic increment.

Gets or sets a value indicating whether this instance is automatic increment.

Public property

IsCalculatedColumn

Gets or sets a value indicating whether this instance is calculated column.

Gets or sets a value indicating whether this instance is calculated column.

Public property

IsChecked

Gets or sets a value indicating whether this instance is checked.

Gets or sets a value indicating whether this instance is checked.

Public property

IsForeignKey

Gets or sets a value indicating whether this instance is foreign key.

Gets or sets a value indicating whether this instance is foreign key.

Public property

IsPrimaryKey

Gets or sets a value indicating whether this instance is primary key.

Gets or sets a value indicating whether this instance is primary key.

Public property

IsRequired

Gets or sets a value indicating whether this instance is required.

Gets or sets a value indicating whether this instance is required.

Public property

IsSearchColumn

Gets or sets a value indicating whether this instance is search column.

Public property

IsSortColumn

Gets or sets a value indicating whether this instance is sort column.

Public property

IsTableLabel

Gets or sets a value indicating whether this instance is table label.

Gets or sets a value indicating whether this instance is table label.

Public property

IsUnique

Gets or sets a value indicating whether this instance is unique.

Gets or sets a value indicating whether this instance is unique.

Public property

IsUpdatedByNanite

Gets or sets a value indicating whether this instance is updated by nanite.

Gets or sets a value indicating whether this instance is updated by nanite.

Public property

LinkedRow

Gets or sets the linked row.

Gets or sets the linked row.

Public property

LookupColumn

Gets or sets the lookup column.

Gets or sets the lookup column.

Public property

LookupDisplayColumn

Gets or sets the lookup display column.

Public property

MappedColumnName

Gets or sets the name of the mapped column.

Public property

MaxLength

Gets or sets the maximum length.

Public property

NumericPrecision

Gets or sets the numeric precision.

Public property

OriginalName

Gets or sets the name of the original.

Public property

ParentId

Gets or sets the parent identifier.

Public property

PrimaryKeyName

Gets or sets the name of the primary key.

Public property

RelatedTable

Gets or sets the related table.

Public property

Relationship

Gets or sets the relationship.

Public property

Schema

Gets or sets the schema.

Public property

SchemaItemId

Gets or sets the schema item identifier.

Public property

TableName

Gets or sets the name of the table.

See Also


SchemaItemObject Class

ZeraSystems.CodeNanite.Expansion Namespace