Skip to main content

Class ConsentSource

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ConsentSource.

Inheritance

objectCarrierConsentSource

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get ConsentSource 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var consentSource = agent.GetConsentSource( 123 );

Constructors

ConsentSource()

Default constructor - defaults any enum props to 0.

Properties

ConsentSourceId

Primary key

Property Value

int

Deleted

true if the ConsentSource is deleted

Property Value

bool

Key

The key used to uniquely identify this consent source

Property Value

string

MailTemplateId

The document template to be used for sending ‘You have been added to our system, is this ok’ emails when a new person is registered using this source

Property Value

int

Name

Name of consent source

Property Value

string

Rank

Rank of this consent source

Property Value

short

Tooltip

Tooltip for this consent source

Property Value

string

See Also

ListAgent