Struct SkeletonCollectionKey
Wrapper used for defining integer keys in the FileSkeleton collections.
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public struct SkeletonCollectionKey
Constructors
SkeletonCollectionKey(Int32)
Initializes a new instance of the SkeletonCollectionKey struct.
Declaration
public SkeletonCollectionKey(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | id | The identifier. |
Properties
Id
Gets or sets the identifier.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The identifier. |
Methods
From(Int32)
Creates a new SkeletonCollectionKey from an integer.
Declaration
public static SkeletonCollectionKey From(int from)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | from | The value with which to initialize this instance. |
Returns
| Type | Description |
|---|---|
| SkeletonCollectionKey | A new instance of the SkeletonCollectionKey |
ToString()
Returns a string that represents the current SkeletonCollectionKey, which is the string representation of its identifier.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |
Overrides
System.ValueType.ToString()