Table of Contents

Class ReferenceType

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A reference content type.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business.ReferenceContent")]
public class ReferenceType
Inheritance
ReferenceType
Inherited Members

Constructors

ReferenceType(string)

Initializes a new instance of the ReferenceType class.

public ReferenceType(string name)

Parameters

name string

The reference content type name.

Exceptions

ArgumentNullException

name is null.

Properties

Name

Gets the reference content type name.

[DataMember]
public string Name { get; }

Property Value

string