Class XbrlInstance

XbrlInstance class

XBRL 인스턴스는 xbrl 태그가 있는 루트 요소가 있는 XML 조각입니다. XBRL 인스턴스에는 비즈니스 보고서 팩트가 포함되며 각 팩트는Concept 지원하는 DTS에 정의되어 있습니다. XBRL 인스턴스에는 인스턴스의 팩트를 해석하는 데 필요한 추가 정보를 제공하는 컨텍스트 및 단위도 포함되어 있습니다.

public class XbrlInstance

속성

이름설명
ArcroleReferences { get; set; }컬렉션을 가져오거나 설정합니다.ArcroleReference XBRL instance. 의 객체
Contexts { get; set; }컬렉션을 가져오거나 설정합니다.Context XBRL instance. 의 객체
Facts { get; }컬렉션을 가져옵니다.Fact XBRL instance. 의 객체
FootnoteLinks { get; set; }컬렉션을 가져오거나 설정합니다.FootnoteLink XBRL instance. 의 객체
Items { get; }컬렉션을 가져옵니다.Item XBRL instance. 의 객체
LinkbaseRefCollection { get; }가져오기LinkbaseRefCollection 에서XbrlInstance .
RoleReferences { get; set; }컬렉션을 가져오거나 설정합니다.RoleReference XBRL instance. 의 객체
SchemaLocation { get; set; }스키마 location 를 가져오거나 설정합니다.
SchemaRefs { get; }SchemaRef 컬렉션을 가져옵니다.
Units { get; set; }컬렉션을 가져오거나 설정합니다.Unit XBRL instance. 의 객체
ValidationErrors { get; }유효성 검사 오류 모음을 가져옵니다.
XbrlDocument { get; }가져오기XbrlDocument 이 instance. 를 포함하는

행동 양식

이름설명
CreateElement(string, string, string)새 요소를 생성합니다.
GetAllLinkbaseRefCollections()xbrl 인스턴스 및 스키마 참조의 모든 linkbase 참조 컬렉션을 가져옵니다.
GetArcroleTypeByURI(string)지정된 uri가 있는 ArcroleType을 가져옵니다.
GetConceptById(string)지정된 id를 가진 개념을 가져옵니다.
GetConceptByLoc(Loc)로케이터로 개념을 가져옵니다.
GetConceptByName(string)지정된 이름을 가진 개념을 가져옵니다.
GetConceptByUriAndName(string, string)지정된 URI와 이름을 가진 개념을 가져옵니다.
GetContextById(string)지정된 ID를 가진 컨텍스트를 가져옵니다.
GetPresentationLinks(string, string)xbrl 인스턴스의 프레젠테이션 링크를 가져옵니다.
GetRoleTypeByURI(string)지정된 uri가 있는 RoleType을 가져옵니다.
GetUnitById(string)지정된 id를 가진 유닛을 가져옵니다.
IsValid()이 XBRL 인스턴스가 유효한지 확인합니다.
Validate()이 XBRL 인스턴스를 검증합니다.

또한보십시오