Class MaterialItemSheet.Row
[Serializable]
public class MaterialItemSheet.Row : ItemSheet.Row, ISerializable
- Inheritance
-
MaterialItemSheet.Row
- Implements
- Inherited Members
Constructors
Row()
public Row()
Row(Dictionary)
public Row(Dictionary serialized)
Parameters
serialized
Dictionary
Row(SerializationInfo, StreamingContext)
protected Row(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
Properties
ItemId
public HashDigest<SHA256> ItemId { get; }
Property Value
- HashDigest<SHA256>
ItemType
public override ItemType ItemType { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo with the data needed to serialize the target object.
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo to populate with data.
context
StreamingContextThe destination (see StreamingContext) for this serialization.
Exceptions
- SecurityException
The caller does not have the required permission.
Set(IReadOnlyList<string>)
public override void Set(IReadOnlyList<string> fields)
Parameters
fields
IReadOnlyList<string>