Class EntitySchemaSegmentationOptions
Represents object segmentation options.
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.Entities
Assembly: Terrasoft.Core.dll
Syntax
[DesignModeProperty(Name = "IsEnabled", MetaPropertyName = "RQ1", UsageType = DesignModeUsageType.None)]
public class EntitySchemaSegmentationOptions : MetaItem, IMetaItem, IMetaDataSerializable, ICloneable
Constructors
EntitySchemaSegmentationOptions()
Initializes a new instance of the EntitySchemaSegmentationOptions type.
Declaration
public EntitySchemaSegmentationOptions()
Properties
IsEnabled
Determines whether the segmentation is enabled or not.
Declaration
[MetaTypeProperty("{C51AF123-C70A-4C0F-A076-3E63FE87217A}")]
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ApplyMetaDataValue(DataReader)
Applies meta data values.
Declaration
protected override void ApplyMetaDataValue(DataReader reader)
Parameters
Type | Name | Description |
---|---|---|
DataReader | reader | Instance of the DataReader type. |
Overrides
Clone()
Creates a new instance that is a copy of the current instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
WriteMetaData(DataWriter)
Writes meta data values.
Declaration
public override void WriteMetaData(DataWriter writer)
Parameters
Type | Name | Description |
---|---|---|
DataWriter | writer | Instance of the DataWriter type. |
Overrides
Implements
System.ICloneable