Show / Hide Table of Contents

Class GrossRecordStructure

Provides characteristics of the physical storage of a logical record type as described in a DataRelationship. Used by RecordLayouts to describe the full structure of a PhysicalInstance.

Inheritance
object
NotificationObject
IdentifiableBase
GrossRecordStructure
Implements
INotifyPropertyChanged
IIdentifiable
IHasCustomFields
Inherited Members
IdentifiableBase.DefaultAgencyId
IdentifiableBase.AgencyId
IdentifiableBase.Identifier
IdentifiableBase.UserIds
IdentifiableBase.CustomFields
IdentifiableBase.UserAttributes
IdentifiableBase.GetUserIdValue(string)
IdentifiableBase.GetChildren()
IdentifiableBase.ReplaceChild(IdentifierTriple, IVersionable)
IdentifiableBase.RemoveChild(IdentifierTriple)
IdentifiableBase.RemoveChildHelper(IdentifierTriple, params IList[])
IdentifiableBase.WatchProperties()
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class GrossRecordStructure : IdentifiableBase, INotifyPropertyChanged, IIdentifiable, IHasCustomFields

Constructors

GrossRecordStructure()

Initializes a new instance of the GrossRecordStructure class.

Declaration
public GrossRecordStructure()

Properties

LogicalRecordReference

Gets or sets the logical record included in a physical record.

Declaration
public IdentifierTriple LogicalRecordReference { get; set; }
Property Value
Type Description
IdentifierTriple

Implements

INotifyPropertyChanged
IIdentifiable
IHasCustomFields

Extension Methods

VersionableCustomFieldExtensions.GetCustomFieldMultilingualStringValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.GetCustomFieldStringValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.GetCustomFieldUriValue(IHasCustomFields, string)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, MultilingualString, string)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, string, IVersionable)
VersionableCustomFieldExtensions.SetCustomField(IHasCustomFields, string, string)
In this article
Back to top Generated by DocFX