C# 클래스 SiteDocumentBase, TabMigrate

Base class for information common to Workbooks and Data Sources, so we don't have lots of redundant code
상속: IHasProjectId, ITagSetInfo, IHasSiteItemId
파일 보기 프로젝트 열기: tableau/TabMigrate

공개 프로퍼티들

프로퍼티 타입 설명
DeveloperNotes string
Id string
Name string
OwnerId string
ProjectId string
ProjectName string
TagsSet SiteTagsSet

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsTaggedWith ( string tagText ) : bool

보호된 메소드들

메소드 설명
SiteDocumentBase ( XmlNode xmlNode ) : System

메소드 상세

IsTaggedWith() 공개 메소드

public IsTaggedWith ( string tagText ) : bool
tagText string
리턴 bool

SiteDocumentBase() 보호된 메소드

protected SiteDocumentBase ( XmlNode xmlNode ) : System
xmlNode XmlNode
리턴 System

프로퍼티 상세

DeveloperNotes 공개적으로 프로퍼티

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

Id 공개적으로 프로퍼티

public string Id
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

OwnerId 공개적으로 프로퍼티

public string OwnerId
리턴 string

ProjectId 공개적으로 프로퍼티

public string ProjectId
리턴 string

ProjectName 공개적으로 프로퍼티

public string ProjectName
리턴 string

TagsSet 공개적으로 프로퍼티

public SiteTagsSet TagsSet
리턴 SiteTagsSet