Show / Hide Table of Contents

Class CustomMetadata

Inheritance
System.Object
CustomMetadata
Implements
System.IEquatable<CustomMetadata>
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: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.Abstractions.dll
Syntax
public class CustomMetadata : IEquatable<CustomMetadata>

Constructors

View Source

CustomMetadata(Int64, String)

Declaration
public CustomMetadata(long Id, string Script)
Parameters
Type Name Description
System.Int64 Id
System.String Script

Properties

View Source

Id

Declaration
public long Id { get; set; }
Property Value
Type Description
System.Int64
View Source

Script

Declaration
public string Script { get; set; }
Property Value
Type Description
System.String

Implements

System.IEquatable<T>
  • View Source
In This Article
Back to top Generated by DocFX