Class SatelliteSentry
Inheritance
SatelliteSentry
Assembly: SoDataBase.dll
Syntax
public class SatelliteSentry : Sentry<SatelliteTableInfo>, ICloneable
Constructors
SatelliteSentry(SatelliteTableInfo)
Create a satellite sentry.
Declaration
public SatelliteSentry(SatelliteTableInfo tableInfo)
Parameters
SatelliteSentry(SatelliteTableInfo, ISoDataLookup)
Declaration
public SatelliteSentry(SatelliteTableInfo tableInfo, ISoDataLookup lookup)
Parameters
Properties
AssociateId
Declaration
public override int AssociateId { get; }
Property Value
Overrides
IsGhostRow
Declaration
public override bool IsGhostRow { get; }
Property Value
Overrides
IsNew
Is the row saved to teh database (persisted primary key == 0)
Declaration
public override bool IsNew { get; }
Property Value
Overrides
RegisteredAssociateIdField
Declaration
public override FieldInfo RegisteredAssociateIdField { get; }
Property Value
Overrides
RegisteredField
Declaration
public override FieldInfo RegisteredField { get; }
Property Value
Overrides
RowId
Declaration
public override int RowId { get; }
Property Value
Overrides
Methods
CanPrincipalManage()
Declaration
public static bool CanPrincipalManage()
Returns
ComputeDerivedTableRights()
Declaration
protected override void ComputeDerivedTableRights()
Overrides
SuperOffice.CRM.Security.Sentry<SuperOffice.CRM.Data.SatelliteTableInfo>.ComputeDerivedTableRights()
ComputeFieldRights()
Declaration
protected override void ComputeFieldRights()
Overrides
SuperOffice.CRM.Security.Sentry<SuperOffice.CRM.Data.SatelliteTableInfo>.ComputeFieldRights()
ComputeTableRights()
Declaration
protected override void ComputeTableRights()
Overrides
SuperOffice.CRM.Security.Sentry<SuperOffice.CRM.Data.SatelliteTableInfo>.ComputeTableRights()
GetRowSentry()
Declaration
public override Sentry GetRowSentry()
Returns
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)