Table of Contents

Class AssociationObject

Namespace
CMS.Plugin.MesSuite.Abstractions.Enums
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

关联对象类型

public class AssociationObject : Enumeration, IEquatable<Enumeration<object>>
Inheritance
AssociationObject
Implements
Inherited Members

Constructors

AssociationObject()

Initializes a new instance of the AssociationObject class.

public AssociationObject()

AssociationObject(object, string, string)

Initializes a new instance of the AssociationObject class.

public AssociationObject(object value, string name, string description = null)

Parameters

value object

The identifier.

name string

The name.

description string

Properties

AssociatedObject

被关联对象

public string AssociatedObject { get; set; }

Property Value

string

ObjectType

关联对象类型

public string ObjectType { get; set; }

Property Value

string