⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Class GuidBasedTranslationModelId

    Inheritance
    object
    TranslationModelId
    ChiSquaredTranslationModelId
    GuidBasedTranslationModelId
    Inherited Members
    ChiSquaredTranslationModelId.Serialize(BinaryWriter)
    ChiSquaredTranslationModelId.Deserialize(BinaryReader)
    ChiSquaredTranslationModelId.SerializationTypeId
    ChiSquaredTranslationModelId.InternalId
    TranslationModelId.ToSerialization()
    TranslationModelId.ToSerialization(BinaryWriter)
    TranslationModelId.FromSerialization(BinaryReader)
    TranslationModelId.FromSerialization(byte[])
    TranslationModelId.RegisterTranslationModelIdType(Guid, Func<BinaryReader, TranslationModelId>)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class GuidBasedTranslationModelId : ChiSquaredTranslationModelId

    Constructors

    GuidBasedTranslationModelId(Guid, string, Guid)

    Declaration
    public GuidBasedTranslationModelId(Guid modelId, string accountId, Guid containerId)
    Parameters
    Type Name Description
    Guid modelId
    string accountId
    Guid containerId

    Properties

    AccountId

    Declaration
    public string AccountId { get; }
    Property Value
    Type Description
    string

    ContainerId

    Declaration
    public Guid ContainerId { get; }
    Property Value
    Type Description
    Guid

    ModelId

    Declaration
    public Guid ModelId { get; }
    Property Value
    Type Description
    Guid
    In this article
    Back to top Generated by DocFX