Show / Hide Table of Contents

Class TimeArrayProperty

Inheritance
System.Object
Property<System.DateTime[]>
ArrayProperty<System.DateTime>
TimeArrayProperty
Implements
IProperty
Inherited Members
ArrayProperty<DateTime>.Length
ArrayProperty<DateTime>.Item[Int32]
ArrayProperty<DateTime>.Equals(Object)
ArrayProperty<DateTime>.GetHashCode()
Property<DateTime[]>.value
Property<DateTime[]>.Value
Property<DateTime[]>.Code()
Property<DateTime[]>.Equals(Object)
Property<DateTime[]>.GetHashCode()
Property<DateTime[]>.ToString()
Property<DateTime[]>.Write(BinaryWriter)
Property<DateTime[]>.WriteData(BinaryWriter)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.Properties
Assembly: Recolude.Core.dll
Syntax
public class TimeArrayProperty : ArrayProperty<DateTime>, IProperty

Constructors

TimeArrayProperty(DateTime[])

Declaration
public TimeArrayProperty(params DateTime[] value)
Parameters
Type Name Description
System.DateTime[] value

Methods

Code()

Declaration
public override byte Code()
Returns
Type Description
System.Byte
Overrides
Recolude.Core.Property<System.DateTime[]>.Code()

WriteData(BinaryWriter)

Declaration
protected override void WriteData(BinaryWriter writer)
Parameters
Type Name Description
System.IO.BinaryWriter writer
Overrides
Recolude.Core.Property<System.DateTime[]>.WriteData(System.IO.BinaryWriter)

Implements

IProperty
Back to top Generated by DocFX