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
serializedDictionary
Row(SerializationInfo, StreamingContext)
protected Row(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
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
infoSerializationInfoThe SerializationInfo to populate with data.
contextStreamingContextThe 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
fieldsIReadOnlyList<string>