VersionOne.Integration.Tfs.ServerConnector.Entities.Link.Link C# (CSharp) Метод

Link() приватный Метод

private Link ( VersionOne.SDK.APIClient.Asset asset ) : VersionOne.SDK.APIClient
asset VersionOne.SDK.APIClient.Asset
Результат VersionOne.SDK.APIClient
        internal Link(Asset asset) {
            Title = asset.GetAttribute(asset.AssetType.GetAttributeDefinition(Entity.NameProperty)).Value.ToString();
            Url = asset.GetAttribute(asset.AssetType.GetAttributeDefinition(UrlProperty)).Value.ToString();
            OnMenu = (bool)asset.GetAttribute(asset.AssetType.GetAttributeDefinition(OnMenuProperty)).Value;
        }

Same methods

Link::Link ( string url, string title ) : VersionOne.SDK.APIClient
Link::Link ( string url, string title, bool onMenu ) : VersionOne.SDK.APIClient