Permalink
Fetching contributors…
Cannot retrieve contributors at this time
126 lines (126 sloc) 5.04 KB
<Type Name="Property" FullName="Microsoft.Azure.Graphs.Elements.Property">
<TypeSignature Language="C#" Value="public sealed class Property : IEquatable&lt;Microsoft.Azure.Graphs.Elements.Property&gt;" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit Property extends System.Object implements class System.IEquatable`1&lt;class Microsoft.Azure.Graphs.Elements.Property&gt;" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Graphs.Elements.Property" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graphs</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IEquatable&lt;Microsoft.Azure.Graphs.Elements.Property&gt;</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Graphs.Elements.PropertyConverter))</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Storage container for a property.
Supports deserialization from GraphSON format.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Equals">
<MemberSignature Language="C#" Value="public bool Equals (Microsoft.Azure.Graphs.Elements.Property other);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool Equals(class Microsoft.Azure.Graphs.Elements.Property other) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Graphs.Elements.Property.Equals(Microsoft.Azure.Graphs.Elements.Property)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graphs</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="other" Type="Microsoft.Azure.Graphs.Elements.Property" />
</Parameters>
<Docs>
<param name="other">An object to compare with this object.</param>
<summary>
Indicates whether the current object is equal to another object of the same type.
</summary>
<returns>
true if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Key">
<MemberSignature Language="C#" Value="public string Key { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Key" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Graphs.Elements.Property.Key" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graphs</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the key.
</summary>
<value>
The key.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Graphs.Elements.Property.Validate" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graphs</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validates this instance.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
Property must have a valid Key.
or
Property must have a valid Value.
</exception>
</Docs>
</Member>
<Member MemberName="Value">
<MemberSignature Language="C#" Value="public object Value { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Value" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Graphs.Elements.Property.Value" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Graphs</AssemblyName>
<AssemblyVersion>1.14.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the value.
</summary>
<value>
The value.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>