Class ScheduleList
Inheritance
System.Object
ScheduleList
Implements
System.Collections.Generic.IEnumerable<Schedule>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
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: CADability
Assembly: CADability.dll
Syntax
[Serializable]
public class ScheduleList : IEnumerable<Schedule>, IEnumerable, ISerializable, IDeserializationCallback, IJsonSerialize
Constructors
| Improve this Doc View SourceScheduleList()
Declaration
public ScheduleList()
ScheduleList(SerializationInfo, StreamingContext)
Declaration
protected ScheduleList(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Item[Int32]
Declaration
public Schedule this[int Index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | Index |
Property Value
| Type | Description |
|---|---|
| Schedule |
Methods
| Improve this Doc View SourceAdd(Schedule)
Declaration
public void Add(Schedule toAdd)
Parameters
| Type | Name | Description |
|---|---|---|
| Schedule | toAdd |
Find(String)
Declaration
public Schedule Find(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| Schedule |
Remove(Schedule)
Declaration
public void Remove(Schedule schedule)
Parameters
| Type | Name | Description |
|---|---|---|
| Schedule | schedule |
Explicit Interface Implementations
| Improve this Doc View SourceIJsonSerialize.GetObjectData(IJsonWriteData)
Declaration
void IJsonSerialize.GetObjectData(IJsonWriteData data)
Parameters
| Type | Name | Description |
|---|---|---|
| IJsonWriteData | data |
IJsonSerialize.SetObjectData(IJsonReadData)
Declaration
void IJsonSerialize.SetObjectData(IJsonReadData data)
Parameters
| Type | Name | Description |
|---|---|---|
| IJsonReadData | data |
IEnumerable<Schedule>.GetEnumerator()
Declaration
IEnumerator<Schedule> IEnumerable<Schedule>.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<Schedule> |
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
IDeserializationCallback.OnDeserialization(Object)
Declaration
void IDeserializationCallback.OnDeserialization(object sender)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender |
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | |
| System.Runtime.Serialization.StreamingContext | context |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback