Class RecorderInfo
Inheritance
System.Object
RecorderInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.Record
Assembly: Recolude.Core.dll
Syntax
public class RecorderInfo
Constructors
RecorderInfo()
Declaration
public RecorderInfo()
RecorderInfo(String, String)
Declaration
public RecorderInfo(string id, string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | name |
RecorderInfo(String, String, Metadata)
Declaration
public RecorderInfo(string id, string name, Metadata metadata)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | name | |
Metadata | metadata |
Properties
Binaries
Declaration
public List<IBinary> Binaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IBinary> |
BinaryReferences
Declaration
public List<BinaryReference> BinaryReferences { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BinaryReference> |
Id
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Metadata
Declaration
public Metadata Metadata { get; }
Property Value
Type | Description |
---|---|
Metadata |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |