public string Path(bool withParameter = true) { if (withParameter && timezoneId != null) { return($"{parent.Path()}/timezone/{timezoneId}"); } return($"{parent.Path()}/timezone"); }
public string Path(bool withParameter = true) { if (withParameter && greetingId != null) { return($"{parent.Path()}/greeting/{greetingId}"); } return($"{parent.Path()}/greeting"); }
public string Path(bool withParameter = true) { if (withParameter && stateId != null) { return($"{parent.Path()}/state/{stateId}"); } return($"{parent.Path()}/state"); }
public string Path(bool withParameter = true) { if (withParameter && brandId != null) { return($"{parent.Path()}/brand/{brandId}"); } return($"{parent.Path()}/brand"); }
public string Path(bool withParameter = true) { if (withParameter && countryId != null) { return($"{parent.Path()}/country/{countryId}"); } return($"{parent.Path()}/country"); }
public string Path(bool withParameter = true) { if (withParameter && permissionId != null) { return($"{parent.Path()}/permission/{permissionId}"); } return($"{parent.Path()}/permission"); }
public string Path(bool withParameter = true) { if (withParameter && languageId != null) { return($"{parent.Path()}/language/{languageId}"); } return($"{parent.Path()}/language"); }
public string Path(bool withParameter = true) { if (withParameter && roleId != null) { return($"{parent.Path()}/user-role/{roleId}"); } return($"{parent.Path()}/user-role"); }
public string Path() { return($"{parent.Path()}/fax-cover-page"); }
public string Path() { return($"{parent.Path()}/location"); }