Struct TemplateArg
Represents template argument
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Serialization.BSON
Assembly: Azos.dll
Syntax
public struct TemplateArg
Constructors
TemplateArg(BSONElement)
Declaration
public TemplateArg(BSONElement element)
Parameters
Type | Name | Description |
---|---|---|
BSONElement | element |
TemplateArg(String, BSONElementType, Object)
Declaration
public TemplateArg(string name, BSONElementType btype, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
BSONElementType | btype | |
System.Object | value |
TemplateArg(String, Object)
Declaration
public TemplateArg(string name, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Object | value |
Fields
BSONType
Declaration
public readonly BSONElementType? BSONType
Field Value
Type | Description |
---|---|
System.Nullable<BSONElementType> |
Name
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
System.String |
Value
Declaration
public readonly object Value
Field Value
Type | Description |
---|---|
System.Object |