[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version of the Grafeas V1 API AliasContext class is 3.7.0, and there are multiple previous versions available, ranging from 3.6.0 down to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe AliasContext class is an alias to a repo revision within the Grafeas V1 API and inherits from the \u003ccode\u003eobject\u003c/code\u003e class while implementing several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, \u003ccode\u003eAliasContext()\u003c/code\u003e and \u003ccode\u003eAliasContext(AliasContext other)\u003c/code\u003e, and has two properties: \u003ccode\u003eKind\u003c/code\u003e which represents the type of the alias, and \u003ccode\u003eName\u003c/code\u003e which represents the name of the alias.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAliasContext\u003c/code\u003e class is part of the \u003ccode\u003eGrafeas.V1\u003c/code\u003e namespace and can be found within the \u003ccode\u003eGrafeas.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class AliasContext (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.AliasContext)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.AliasContext)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.AliasContext)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.AliasContext)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.AliasContext)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.AliasContext)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.AliasContext)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.AliasContext)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.AliasContext)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.AliasContext)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.AliasContext)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.AliasContext)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.AliasContext) \n\n public sealed class AliasContext : IMessage\u003cAliasContext\u003e, IEquatable\u003cAliasContext\u003e, IDeepCloneable\u003cAliasContext\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Grafeas v1 API class AliasContext.\n\nAn alias to a repo revision. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AliasContext \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AliasContext](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.AliasContext), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AliasContext](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.AliasContext), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AliasContext](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.AliasContext), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nConstructors\n------------\n\n### AliasContext()\n\n public AliasContext()\n\n### AliasContext(AliasContext)\n\n public AliasContext(AliasContext other)\n\nProperties\n----------\n\n### Kind\n\n public AliasContext.Types.Kind Kind { get; set; }\n\nThe alias kind.\n\n### Name\n\n public string Name { get; set; }\n\nThe alias name."]]