Class ReferenceType
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
namestringThe reference content type name.
Exceptions
- ArgumentNullException
nameis null.
Properties
Name
Gets the reference content type name.
[DataMember]
public string Name { get; }