C# Class SiteDocumentBase, TabMigrate

Base class for information common to Workbooks and Data Sources, so we don't have lots of redundant code
Inheritance: IHasProjectId, ITagSetInfo, IHasSiteItemId
Datei anzeigen Open project: tableau/TabMigrate

Public Properties

Property Type Description
DeveloperNotes string
Id string
Name string
OwnerId string
ProjectId string
ProjectName string
TagsSet SiteTagsSet

Private Properties

Property Type Description

Public Methods

Method Description
IsTaggedWith ( string tagText ) : bool

Protected Methods

Method Description
SiteDocumentBase ( XmlNode xmlNode ) : System

Method Details

IsTaggedWith() public method

public IsTaggedWith ( string tagText ) : bool
tagText string
return bool

SiteDocumentBase() protected method

protected SiteDocumentBase ( XmlNode xmlNode ) : System
xmlNode XmlNode
return System

Property Details

DeveloperNotes public_oe property

Any developer/diagnostic notes we want to indicate
public string DeveloperNotes
return string

Id public_oe property

public string Id
return string

Name public_oe property

public string Name
return string

OwnerId public_oe property

public string OwnerId
return string

ProjectId public_oe property

public string ProjectId
return string

ProjectName public_oe property

public string ProjectName
return string

TagsSet public_oe property

public SiteTagsSet TagsSet
return SiteTagsSet