public BasePropertyAtomElement(Stream stream) { ObjectID = StreamUtils.ReadInt32(stream); StateFlags = StreamUtils.ReadUInt32(stream); }
public BaseAttributeElement(Stream stream) { ObjectId = StreamUtils.ReadInt32(stream); StateFlags = StreamUtils.ReadByte(stream); FieldInhibitFlags = StreamUtils.ReadUInt32(stream); }