Class BinaryReference
Inheritance
System.Object
BinaryReference
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public class BinaryReference
Constructors
BinaryReference(String, String, UInt64, Metadata)
Declaration
public BinaryReference(string name, string uri, ulong size, Metadata metadata)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | uri | |
System.UInt64 | size | |
Metadata | metadata |
Properties
Metadata
Declaration
public Metadata Metadata { get; }
Property Value
Type | Description |
---|---|
Metadata |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Size
Declaration
public ulong Size { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Uri
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()