Table of Contents

Class UserTokenParserResult

Namespace: Casewhere.Runtime.DSL.Parsers
Assembly: Casewhere.Runtime.dll

public class UserTokenParserResult : IDslParserResult<IList<UserToken>>, IDslParserResult

Inheritance

objectUserTokenParserResult

Implements

IDslParserResult<IList<UserToken>>, IDslParserResult

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<UserTokenParserResult>(UserTokenParserResult)

Constructors

UserTokenParserResult()

public UserTokenParserResult()

Properties

Result

public IList<UserToken> Result { get; set; }

Property Value

IList<UserToken>