Class SkeletonItem
Base class for different types of elements definied in a FileSkeleton.
Inheritance
SkeletonItem
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public abstract class SkeletonItem : MetadataContainer, IEquatable<MetadataContainer>, IEquatable<SkeletonItem>
Constructors
SkeletonItem()
Declaration
protected SkeletonItem()
Properties
Id
Gets or sets the identifier.
Declaration
[JsonProperty(PropertyName = "id", Order = -2147483648)]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int | The identifier. |
Methods
Equals(SkeletonItem)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(SkeletonItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| SkeletonItem | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | true if the current object is equal to the |
Equals(object)
Performs a deep-equals comparison.
System.Object.Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for this instance. |