Click or drag to resize
ExcludedObjectTypeCodeNames Class
Class represents excluded code names for an object type.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalExcludedObjectTypeCodeNames

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
[SerializableAttribute]
public class ExcludedObjectTypeCodeNames : IXmlSerializable

The ExcludedObjectTypeCodeNames type exposes the following members.

Constructors
  NameDescription
Public methodExcludedObjectTypeCodeNames
Top
Fields
  NameDescription
Public fieldCodeNames
Collection of code names that will be excluded.
Public fieldObjectType
Object type for which the excluded code names are specified.
Top
Methods
  NameDescription
Public methodGetSchema
Implementation of IXmlSerializable.GetSchema().
Public methodReadXml
Deserialize object from XML.
Public methodWriteXml
Serialize object to XML.
Top
See Also