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