Class StringSerializationContext
Inheritance
System.Object
StringSerializationContext
Implements
IConfigurationSerializationContext <System.String >
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: Snowflake.Configuration.Serialization.Serializers
Assembly: Snowflake.Framework.dll
Syntax
public sealed class StringSerializationContext : IConfigurationSerializationContext<string>
Constructors
StringSerializationContext()
Declaration
public StringSerializationContext()
Properties
Result
Declaration
public string Result { get; }
Property Value
Type | Description |
---|---|
System. |
ScopeLevel
Declaration
public int ScopeLevel { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Append(String)
Declaration
public void Append(string content)
Parameters
Type | Name | Description |
---|---|---|
System. |
content |
EnterScope(String)
Declaration
public string EnterScope(string scopeName)
Parameters
Type | Name | Description |
---|---|---|
System. |
scopeName |
Returns
Type | Description |
---|---|
System. |
ExitScope()
Declaration
public string ExitScope()
Returns
Type | Description |
---|---|
System. |
GetCurrentScope()
Declaration
public string GetCurrentScope()
Returns
Type | Description |
---|---|
System. |
GetFullScope()
Declaration
public string[] GetFullScope()
Returns
Type | Description |
---|---|
System. |