Class MetaSchema
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public abstract class MetaSchema : MetaItem, IMetaDataSerializable, ICloneable, IMetaSchema, IMetaItem
Constructors
MetaSchema()
Declaration
protected MetaSchema()
MetaSchema(MetaSchema)
Declaration
protected MetaSchema(MetaSchema source)
Parameters
Type | Name | Description |
---|---|---|
MetaSchema | source |
Properties
IsCreatedInSchemaUIdInitialized
Declaration
public bool IsCreatedInSchemaUIdInitialized { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsModifiedInSchemaUIdInitialized
Declaration
public bool IsModifiedInSchemaUIdInitialized { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Manager
Gets the schema manager.
Declaration
public abstract IManager Manager { get; }
Property Value
Type | Description |
---|---|
IManager |
Methods
InitializeCreatedInSchemaUId()
Declaration
public abstract void InitializeCreatedInSchemaUId()
InitializeModifiedInSchemaUId()
Declaration
public abstract void InitializeModifiedInSchemaUId()
Implements
IMetaDataSerializable
System.ICloneable