Show / Hide Table of Contents

Class CustomMetadata

Inheritance
object
CustomMetadata
Implements
ICustomMetadata
IEquatable<CustomMetadata>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public record CustomMetadata : ICustomMetadata, IEquatable<CustomMetadata>

Constructors

View Source

CustomMetadata(long, string)

Declaration
public CustomMetadata(long Id, string Script)
Parameters
Type Name Description
long Id
string Script

Properties

View Source

Id

Declaration
public long Id { get; init; }
Property Value
Type Description
long
View Source

Script

Declaration
public string Script { get; init; }
Property Value
Type Description
string

Implements

ICustomMetadata
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX