Show / Hide Table of Contents

Class TitleConfigurationSchema

Inheritance
System.Object
TitleConfigurationSchema
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 TitleConfigurationSchema

Properties

View Source

Schema

Declaration
public JSchema Schema { get; }
Property Value
Type Description
JSchema
View Source

Version

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

Methods

View Source

GetSchema()

Declaration
public static JSchema GetSchema()
Returns
Type Description
JSchema
View Source

GetSchemaContents()

Declaration
public static string GetSchemaContents()
Returns
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX